Class n.q.QueryLoader(tpc.Adapter):

Part of nevow.query View Source View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
102 Method patternGenerator Undocumented
105 Method allPatterns Undocumented
108 Method onePattern Undocumented

Inherited from Adapter:

Line # Kind Name Docs
168 Method __init__ Set my 'original' attribute to be the object I am adapting.
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
168 Method __init__ Set my 'original' attribute to be the object I am adapting.
105 Method allPatterns Undocumented
182 Method isuper Forward isuper to self.original
108 Method onePattern Undocumented
102 Method patternGenerator Undocumented
def patternGenerator(self, pattern, default=None): (source)
Undocumented
def allPatterns(self, pattern): (source)
Undocumented
def onePattern(self, pattern): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.