Package turbogears :: Module testutil :: Class DummySession

Class DummySession

source code

A very simple dummy session.

Nested Classes
  session_storage
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list.
Class Variables
  to_be_loaded = None
hash(x)