MCPcopy Index your code
hub / github.com/RustPython/RustPython / visit_MatchSingleton

Method visit_MatchSingleton

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

Source from the content-addressed store, hash-verified

1085 self.traverse(node.value)
1086
1087 def visit_MatchSingleton(self, node):
1088 self._write_constant(node.value)
1089
1090 def visit_MatchSequence(self, node):
1091 with self.delimit("[", "]"):

Callers

nothing calls this directly

Calls 1

_write_constantMethod · 0.95

Tested by

no test coverage detected