For more information on the search, visit the help page.
PrivacyClass
HIDDEN
PRIVATE
PUBLIC
model
Attribute
CanContainImportsDocumentable
Class
ClassHierarchyFinalizer
DocLocation
Documentable
DocumentableKind
Function
FunctionOverload
Inheritable
ISystemBuilder
LineFromAst
LineFromDocstringField
Module
Package
ProcessingState
System
SystemBuilder
ModuleNotAdded
SystemBuildingError
defaultPostProcess
get_constructors
get_docstring
import_mod_from_file_location
is_exception
prepend_package
topsort
_find_dunder_constructor
_inherits_instance_variable_kind
T
ClassOrStr
func_types
_STD_LIB_EXCEPTIONS
_default_extensions
pydoctor.model.PrivacyClass
pydoctor
class PrivacyClass(Enum): (source)
View In Hierarchy
Enum containing values indicating how private an object should be.
Enum
int
Don't show the object at all.
0
Show, but de-emphasize the object.
1
Show the object as normal.
2