Skip to content

Type Defs

Handsdown API Index / Handsdown / AST Parser / Type Defs

Auto-generated documentation for handsdown.ast_parser.type_defs module.

Attributes

  • RenderExpr - Ready for render expression: Union[NodeRecord, str]

  • Node - AST node or text: Union[str, ast.AST]

  • ASTIterable - Iterable AST types: Union[ast.List, ast.Set, ast.Tuple]

  • ASTImport - AST import node: Union[ast.Import, ast.ImportFrom]

  • ASTFunctionDef - AST import node: Union[ast.FunctionDef, ast.AsyncFunctionDef]