syside.DocumentKind class DocumentKind(*args, **kwds) Bases: enum.Enum Is this a model-created document? Initialization MODEL = 'model' The document was created for this model. ENVIRONMENT = 'environment' The document is from the environment. ALL = 'all' The document is from either. USER = None STDLIB = None 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.