class documentation

class _anonymous_label(_truncated_label): (source)

View In Hierarchy

A unicode subclass used to identify anonymously generated names.

Class Method safe_construct Undocumented
Method __add__ Undocumented
Method __radd__ Undocumented
Method apply_map Undocumented
Class Variable __slots__ Undocumented

Inherited from _truncated_label:

Method __new__ Undocumented
Method __reduce__ Undocumented

Inherited from quoted_name (via _truncated_label):

Class Method construct Undocumented
Instance Variable quote Undocumented
Method _memoized_method_lower Undocumented
Method _memoized_method_upper Undocumented

Inherited from MemoizedSlots (via _truncated_label, quoted_name):

Method __getattr__ Undocumented
Method _fallback_getattr Undocumented
@classmethod
def safe_construct(cls, seed: int, body: str, enclosing_label: Optional[str] = None, sanitize_key: bool = False) -> _anonymous_label: (source)

Undocumented

def __add__(self, other): (source)

Undocumented

def __radd__(self, other): (source)

Undocumented

def apply_map(self, map_): (source)