MCPcopy Create free account
hub / github.com/nodejs/node / Value

Class Value

tools/gyp/pylib/packaging/_parser.py:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class Value(Node):
33 def serialize(self) -> str:
34 return f'"{self}"'
35
36
37class Op(Node):

Callers 2

process_python_strFunction · 0.85
_normalize_extra_valuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected