Class f.f.FormDefaults(components.Adapter):

Part of formless.formutils View Source View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
56 Method __init__ Set my 'original' attribute to be the object I am adapting.
59 Method setDefault Undocumented
62 Method getDefault Undocumented
82 Method getAllDefaults Undocumented
85 Method clearAll Undocumented

Inherited from Adapter:

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
56 Method __init__ Set my 'original' attribute to be the object I am adapting.
85 Method clearAll Undocumented
82 Method getAllDefaults Undocumented
62 Method getDefault Undocumented
182 Method isuper Forward isuper to self.original
59 Method setDefault Undocumented
def __init__(self): (source)
Set my 'original' attribute to be the object I am adapting.
def setDefault(self, key, value, context=None): (source)
Undocumented
def getDefault(self, key, context=None): (source)
Undocumented
def getAllDefaults(self, key): (source)
Undocumented
def clearAll(self): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.