session3 API Documentation Modules Classes Names
Clear Help

Search bar offers the following options:

  • Term presence. The below example searches for documents that must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
  • Wildcards. The below example searches for documents with words beginning with “foo”: foo*
  • Search in specific fields. The following search matches all objects in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search

    Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.

  • Fuzzy matches. The following search matches all documents that have a word within 1 edit distance of “foo”: foo~1

Results provided by Lunr.js

Class Hierarchy

  • collections.UserDict
    • session3.DictSession.DictSession - A session object that also acts like a dictionary.
  • session3.Session.Session - Holds information about the current session.
    • session3.DictSession.DictSession - A session object that also acts like a dictionary.
  • session3.SessionManager.SessionManager - A persistent session manager for Quixote.
  • session3.store.SessionStore.SessionStore - Persistent Session storage API for session3's SessionManager.
    • session3.store.DirectorySessionStore.DirectorySessionStore - Store sessions in individual files within a directory.
    • session3.store.DurusSessionStore.DurusSessionStore - A session store for Durus, a simple object database.
    • session3.store.MySQLSessionStore.MySQLSessionStore - No class docstring; 0/2 instance variable, 0/3 class variable, 1/7 method documented
    • session3.store.PostgresSessionStore.PostgresSessionStore - Store pickled sessions in an SQL database.
    • session3.store.ShelveSessionStore.ShelveSessionStore - Open a 'shelve' dictionary with the given filename, and store sessions in it.
  • SessionStore.SessionStore
    • session3.store.VolatileSessionStore.VolatileSessionStore - A simple volatile (non-persistent) session store for session3.
API Documentation for session3, generated by pydoctor 23.4.1 at 2023-08-17 12:24:07.