Class n.s.Proto(str):

Part of nevow.stan View Source View In Hierarchy

Known subclasses: nevow.stan.CommentProto

Proto is a string subclass. Instances of Proto, which are constructed with a string, will construct Tag instances in response to __call__ and __getitem__, delegating responsibility to the tag.
Line # Kind Name Docs
37 Method __call__ Undocumented
40 Method __getitem__ Undocumented
43 Method fillSlots Undocumented
46 Method clone Undocumented
def __call__(self, **kw): (source)
Undocumented
def __getitem__(self, children): (source)
Undocumented
def fillSlots(self, slotName, slotValue): (source)
Undocumented
def clone(self, deep=True): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.