quixote.directory.Directorysession4.modified_quix_demo.altdemo.RootDirectory - Undocumentedsession4.modified_quix_demo.mini_demo.RootDirectory - Undocumentedquixote.session.BaseSessionManagersession4.Session4Session.Session4SessionManager - We sub-class the base version because that is missing __getitem__() and has_session() unfortunately. In future these might be added to Quixote's BaseSessionManager. See https://github.com/nascheme/quixote/issues/8...quixote.session.Sessionsession4.Session4Session.Session4 - This adapts Quixote's own Session class to overwrite is_dirty() so that the session instance automatically detects changes to its values or additions or removals of members.session4.modified_quix_demo.altdemo.DemoSession - No class docstring; 0/1 instance variable, 1/2 method documentedquixote.session.SessionStoresession4.DirectorySessionStore.DirectorySessionStore - Store sessions in individual files within a directory. The noqa in the definitions are because 'id' is a Python keyword (blame Quixote, not me!)