class documentation

class AlphaResolvedVisibility(ResolvedVisibility): (source)

View In Hierarchy

check documentation for ResolvedVisibility. This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method.

Method _process_custom_annotations Undocumented

Inherited from ResolvedVisibility:

Method is_no_one Check if the union tag is ``no_one``.
Method is_only_you Check if the union tag is ``only_you``.
Method is_other Check if the union tag is ``other``.
Method is_shared_folder_only Check if the union tag is ``shared_folder_only``.
Method is_team_and_password Check if the union tag is ``team_and_password``.
Class Variable no_one Undocumented
Class Variable only_you Undocumented
Class Variable other Undocumented
Class Variable shared_folder_only Undocumented
Class Variable team_and_password Undocumented
Class Variable _catch_all Undocumented

Inherited from RequestedVisibility (via ResolvedVisibility):

Method is_password Check if the union tag is ``password``.
Method is_public Check if the union tag is ``public``.
Method is_team_only Check if the union tag is ``team_only``.
Class Variable password Undocumented
Class Variable public Undocumented
Class Variable team_only Undocumented
def _process_custom_annotations(self, annotation_type, field_path, processor): (source)