Class n.s.slot(object):

Part of nevow.stan View Source View In Hierarchy

Marker for slot insertion in a template
Line # Kind Name Docs
111 Method __init__ Undocumented
116 Method __repr__ Undocumented
119 Method __getitem__ Allow slots to have children. These children will not show up in the
128 Method __iter__ Prevent an infinite loop if someone tries to do
def __init__(self, name, default=None): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def __getitem__(self, children): (source)
Allow slots to have children. These children will not show up in the output, but they will be searched for patterns.
def __iter__(self): (source)
Prevent an infinite loop if someone tries to do for x in slot('foo'):
API Documentation for Nevow, generated by pydoctor.