Class n.q.QuerySlot(QueryList):

Part of nevow.query View Source View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
83 Method __init__ Set my 'original' attribute to be the object I am adapting.

Inherited from QueryList:

Line # Kind Name Docs
56 Method patternGenerator Undocumented
60 Method allPatterns Undocumented
65 Method onePattern Undocumented

Inherited from Adapter (via QueryList):

Line # Kind Name Docs
173 Method __conform__ I forward __conform__ to self.original if it has it, otherwise I
182 Method isuper Forward isuper to self.original
Line # Kind Name Docs
173 Method __conform__ I forward __conform__ to self.original if it has it, otherwise I
83 Method __init__ Set my 'original' attribute to be the object I am adapting.
60 Method allPatterns Undocumented
182 Method isuper Forward isuper to self.original
65 Method onePattern Undocumented
56 Method patternGenerator Undocumented
def __init__(self, original): (source)
Set my 'original' attribute to be the object I am adapting.
API Documentation for Nevow, generated by pydoctor.