TextRecord
Wrapper for a text-only ast.expr node.
Handsdown API Index / Handsdown / AST Parser / Node Records / TextRecord
Auto-generated documentation for handsdown.ast_parser.node_records.text_record module.
TextRecord
Show source in text_record.py:12
Wrapper for a text-only ast.expr node.
Arguments
node- Related AST node.text- Text to represent it.
Signature
See also
TextRecord().related_names
Show source in text_record.py:28
A list of fake ast.Name.id records inside the node.
Examples
Returns
A set of related names.