Lines Matching refs:Any
12 def __call__(self, node: Node, *args: t.Any, **kwargs: t.Any) -> t.Any:
35 def visit(self, node: Node, *args: t.Any, **kwargs: t.Any) -> t.Any:
44 def generic_visit(self, node: Node, *args: t.Any, **kwargs: t.Any) -> t.Any:
61 def generic_visit(self, node: Node, *args: t.Any, **kwargs: t.Any) -> Node:
83 def visit_list(self, node: Node, *args: t.Any, **kwargs: t.Any) -> t.List[Node]: