syside.VisibilityKind
- class VisibilityKind(*args, **kwds)
Bases:
enum.Enum
VisibilityKind
is an enumeration whose literals specify the visibility of aMembership
of anElement
in aNamespace
outside of thatNamespace
. Note that “visibility” specifically restricts whether anElement
in aNamespace
may be referenced by name from outside theNamespace
and only otherwise restricts access to anElement
as provided by specific constraints in the abstract syntax (e.g., preventing the import or inheritance of privateElements
).Initialization