module documentation

Common datatypes and pytd utilities.

Class Ellipsis Undocumented
Class Pyval Literal constants in pyi files.
Class Raise Undocumented
Class SlotDecl Undocumented
Exception ParseError Exceptions raised by the parser.
Function builtin_keyword_constants Undocumented
Function is_any Undocumented
Function string_value Convert a Pyval(str) to a string if needed.
Constant _STRING_TYPES Undocumented
def builtin_keyword_constants(): (source)

Undocumented

def is_any(val) -> bool: (source)

Undocumented

def string_value(val, context=None) -> str: (source)

Convert a Pyval(str) to a string if needed.

_STRING_TYPES: tuple[str, ...] = (source)

Undocumented

Value
('str', 'bytes', 'unicode')