Package repoze :: Package who :: Package plugins :: Module form :: Class FormPluginBase
[hide private]

Class FormPluginBase

source code


Instance Methods [hide private]
 
_get_rememberer(self, environ) source code
 
remember(self, environ, identity) source code
 
forget(self, environ, identity) source code
 
__repr__(self)
repr(x)
source code
 
__providedBy__(...)
Object Specification Descriptor
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __implemented__ = <implementedBy repoze.who.plugins.form.FormP...
  __provides__ = <zope.interface.declarations.ClassProvides obje...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Class Variable Details [hide private]

__implemented__

Value:
<implementedBy repoze.who.plugins.form.FormPluginBase>

__provides__

Value:
<zope.interface.declarations.ClassProvides object at 0x1d7c7d0>