mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add definition for visit_MatchSingleton to ast.NodeVisitor (#10758)
This commit is contained in:
@@ -140,6 +140,7 @@ class NodeVisitor:
|
||||
def visit_Match(self, node: Match) -> Any: ...
|
||||
def visit_MatchValue(self, node: MatchValue) -> Any: ...
|
||||
def visit_MatchSequence(self, node: MatchSequence) -> Any: ...
|
||||
def visit_MatchSingleton(self, node: MatchSingleton) -> Any: ...
|
||||
def visit_MatchStar(self, node: MatchStar) -> Any: ...
|
||||
def visit_MatchMapping(self, node: MatchMapping) -> Any: ...
|
||||
def visit_MatchClass(self, node: MatchClass) -> Any: ...
|
||||
|
||||
Reference in New Issue
Block a user