Search bar offers the following options:
+foo bar -baz
foo*
+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.
foo~1
Results provided by Lunr.js
ClassSemantic
ABSTRACT
ENUM
FINAL
INTERFACE
_docspec
ApiObject
Argument
ArgumentType
Class
Decoration
Docstring
Function
FunctionSemantic
HasMembers
Indirection
Inheritable
Location
Module
upstream
Variable
VariableSemantic
_HasInitAttribsMethod
__author__
__version__
docspecApiObjectT
pydocspec._docspec.ClassSemantic
pydocspec
class ClassSemantic(enum.Enum): (source)
View In Hierarchy
A list of well-known properties and behaviour that can be attributed to a class.
int
The class is abstract.
1
The class is an enumeration.
3
The class is final.
2
The class describes an interface.
0