mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
@@ -212,7 +212,7 @@ class Checker:
|
||||
def differentForks(self, lnode: ast.AST, rnode: ast.AST) -> bool: ...
|
||||
def addBinding(self, node: ast.AST, value: Binding) -> None: ...
|
||||
def getNodeHandler(self, node_class: type[ast.AST]): ...
|
||||
def handleNodeLoad(self, node: ast.AST) -> None: ...
|
||||
def handleNodeLoad(self, node: ast.AST, parent: ast.AST) -> None: ...
|
||||
def handleNodeStore(self, node: ast.AST) -> None: ...
|
||||
def handleNodeDelete(self, node: ast.AST) -> None: ...
|
||||
def handleChildren(self, tree: ast.AST, omit: _OmitType = ...) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user