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

Module Index

  • session3 - A refactored Quixote 3.0 session manager and associated persistent session stores.
    • DictSession - No module docstring; 1/1 class documented
    • Session - No module docstring; 1/1 class documented
    • SessionManager - No module docstring; 1/1 class documented
    • store - Persistent session stores for session3.SessionManager.
      • DirectorySessionStore - Store sessions in individual files within a directory.
      • DurusSessionStore - Store sessions in a Durus database.
      • MySQLSessionStore - Store sessions in a MySQL table.
      • PostgresSessionStore - Store sessions in a PostgreSQL table.
      • SessionStore - Base class for persistent session stores.
      • ShelveSessionStore - Store sessions in a 'shelve' database.
      • VolatileSessionStore - A simple in-memory volatile session store, mimicking the default Quixote session management. Here for example's sake only...
API Documentation for session3, generated by pydoctor 23.4.1 at 2023-08-17 12:24:07.