src 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

  • src - It contains all the server related files which are responsible for creating the end-points which can be accessed via the frontend. It also contains static web pages which can be viewed by the user.
    • app - The module app holds the function related to flask app and database.
    • User - The module Users holds functions related to user, profile and sessions
      • models - Contains user model functions
      • routes - These are the end points related to the user
API Documentation for src, generated by pydoctor 22.9.1 at 2022-12-05 17:08:14.