module documentation

Tests for klein._session.

Interface IDenyMe Interface that is never provided.
Interface ISimpleTest Interface for testing.
Class ProcurementTests Tests for klein.SessionProcurer.
Class SimpleTest Implementation of ISimpleTest for testing.
Function memoryAuthorizer Authorize the ISimpleTest interface; it always works.
Function simpleSessionRouter Construct a simple router.
Variable Errors Undocumented
Variable Sessions Undocumented
@declareMemoryAuthorizer(ISimpleTest)
def memoryAuthorizer(interface, session, data): (source)

Authorize the ISimpleTest interface; it always works.

Parameters
interface:Type[Interface]Undocumented
session:ISessionUndocumented
data:ComponentizedUndocumented
Returns
SimpleTestUndocumented
def simpleSessionRouter(): (source)

Construct a simple router.

Returns
Tuple[Sessions, Errors, str, str, StubTreq]Undocumented
Errors = (source)

Undocumented

Sessions = (source)

Undocumented