module documentation

Undocumented

Class ParserModule Undocumented
Function get_parser_module Undocumented
Function parse_function_type_comment Given a correct type comment, obtain a FunctionType object
Variable FunctionType Undocumented
Function _binary_operators_from_module Undocumented
Function _bool_operators_from_module Undocumented
Function _compare_operators_from_module Undocumented
Function _contexts_from_module Undocumented
Function _unary_operators_from_module Undocumented
def get_parser_module(type_comments=True) -> ParserModule: (source)

Undocumented

def parse_function_type_comment(type_comment: str) -> FunctionType | None: (source)

Given a correct type comment, obtain a FunctionType object

FunctionType = (source)

Undocumented

def _binary_operators_from_module(module): (source)

Undocumented

def _bool_operators_from_module(module): (source)

Undocumented

def _compare_operators_from_module(module): (source)

Undocumented

def _contexts_from_module(module) -> dict[ast.expr_context, Context]: (source)

Undocumented

def _unary_operators_from_module(module): (source)

Undocumented