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

Method visit_MatchSingleton

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

Source from the content-addressed store, hash-verified

1644 self.traverse(node.value)
1645
1646 def visit_MatchSingleton(self, node):
1647 self._write_constant(node.value)
1648
1649 def visit_MatchSequence(self, node):
1650 with self.delimit("[", "]"):

Callers

nothing calls this directly

Calls 1

_write_constantMethod · 0.95

Tested by

no test coverage detected