Lines Matching defs:self
27 def __init__(self, **kwargs): argument
30 def tokenize(self, _: ast.CodeGenerator) -> ast.Iterable[str | ast.CodeCC]: argument
34 def __init__(self, name: str | None = None, **kwargs) -> None: argument
37 def tokenize(self, _: ast.CodeGenerator) -> ast.Iterable[str | ast.CodeCC]: argument
41 def __init__(self, nodes: ast.Node, verbose: bool = False) -> None: argument
74 def iterate_children_dfs(self, node: ast.Node) -> None: argument
78 def visit_Node(self, node: ast.Node) -> None: argument
81 def visit(self, node: ast.Node) -> None: argument
103 def __init__(self, nodes: ast.Node, verbose: bool = False) -> None: argument
109 def template(self) -> Any: argument
112 def visit_TemplateHole(self, node: TemplateHole): argument