class documentation

class UserRootInfo(RootInfo): (source)

View In Hierarchy

Root info when user is not member of a team or the user is a member of a team and the team does not have a separate root namespace.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented

Inherited from RootInfo:

Instance Variable home_namespace_id Undocumented
Instance Variable root_namespace_id Undocumented
Instance Variable _home_namespace_id_value Undocumented
Instance Variable _root_namespace_id_value Undocumented
def __init__(self, root_namespace_id=None, home_namespace_id=None): (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)