MCPcopy Index your code
hub / github.com/python/cpython / visit_MatchSingleton

Method visit_MatchSingleton

Lib/_ast_unparse.py:1091–1092  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

1089 self.traverse(node.value)
1090
1091 def visit_MatchSingleton(self, node):
1092 self._write_constant(node.value)
1093
1094 def visit_MatchSequence(self, node):
1095 with self.delimit("[", "]"):

Callers

nothing calls this directly

Calls 1

_write_constantMethod · 0.95

Tested by

no test coverage detected