class documentation

class ObjectScope(Flag): (source)

View In Hierarchy

Enumerator that indicates which scope to use when calling the ``get_multi`` methods.

Constant ANY Include both default and temp scope
Constant DEFAULT Include default scope
Constant TEMPORARY Include only temp scope

Include both default and temp scope

Value
DEFAULT|TEMPORARY

Include default scope

Value
auto()
TEMPORARY = (source)

Include only temp scope

Value
auto()