MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / visit_Match

Method visit_Match

tools/python-3.11.9-amd64/Lib/ast.py:1540–1545  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

1538 self.traverse(node.step)
1539
1540 def visit_Match(self, node):
1541 self.fill("match ")
1542 self.traverse(node.subject)
1543 with self.block():
1544 for case in node.cases:
1545 self.traverse(case)
1546
1547 def visit_arg(self, node):
1548 self.write(node.arg)

Callers

nothing calls this directly

Calls 3

fillMethod · 0.95
traverseMethod · 0.95
blockMethod · 0.95

Tested by

no test coverage detected