Class n.t.FakeSession(Componentized):

Part of nevow.testutil View Source View In Hierarchy

Implements interfaces: nevow.inevow.ISession

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
37 Method __init__ Undocumented
41 Method getLoggedInRoot Undocumented

Inherited from Componentized:

Line # Kind Name Docs
206 Method locateAdapterClass Undocumented
209 Method setAdapter Undocumented
212 Method addAdapter Utility method that calls addComponent. I take an adapter class and
222 Method setComponent Undocumented
227 Method addComponent Add a component to me, for all appropriate interfaces.
249 Method unsetComponent Remove my component specified by the given interface class.
253 Method removeComponent Remove the given component from me entirely, for all interfaces for which
267 Method getComponent Create or retrieve an adapter for the given interface.
300 Method __conform__ Undocumented

Inherited from Versioned (via Componentized):

Line # Kind Name Docs
187 Method __setstate__ Undocumented
191 Method __getstate__ Get state, adding a version number to it on its way out.
207 Method versionUpgrade (internal) Do a version upgrade.
Line # Kind Name Docs
300 Method __conform__ Undocumented
191 Method __getstate__ Get state, adding a version number to it on its way out.
37 Method __init__ Undocumented
187 Method __setstate__ Undocumented
212 Method addAdapter Utility method that calls addComponent. I take an adapter class and
227 Method addComponent Add a component to me, for all appropriate interfaces.
267 Method getComponent Create or retrieve an adapter for the given interface.
41 Method getLoggedInRoot Undocumented
206 Method locateAdapterClass Undocumented
253 Method removeComponent Remove the given component from me entirely, for all interfaces for which
209 Method setAdapter Undocumented
222 Method setComponent Undocumented
249 Method unsetComponent Remove my component specified by the given interface class.
207 Method versionUpgrade (internal) Do a version upgrade.
def __init__(self, avatar): (source)
Undocumented
def getLoggedInRoot(self): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.