class documentation

class PrivacyClass(Enum): (source)

View In Hierarchy

Enum containing values indicating how private an object should be.

Constant HIDDEN Don't show the object at all.
Constant PRIVATE Show, but de-emphasize the object.
Constant PUBLIC Show the object as normal.

Don't show the object at all.

Value
0

Show, but de-emphasize the object.

Value
1

Show the object as normal.

Value
2