syside.DocumentTier

class DocumentTier(*args, **kwds)

Bases: enum.Enum

StandardLibrary = 0

Document is a part of standard library. Assume that such documents change very rarely, or only change with new tool versions.

External = 1

Document is imported from a third-party library. Assume that they do not change unless the third-party library is updated.

Project = 2

Document is a part of the current project and may be edited at any time.

classmethod __signature__()
__new__(value)
__repr__()
__str__()
__dir__()

Returns public methods and other interesting attributes.

__format__(format_spec)
__hash__()
__reduce_ex__(proto)
__deepcopy__(memo)
__copy__()
name()

The name of the Enum member.

value()

The value of the Enum member.