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

Class Variable

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

Source from the content-addressed store, hash-verified

25
26
27class Variable(Node):
28 def serialize(self) -> str:
29 return str(self)
30
31
32class Value(Node):

Callers 1

process_env_varFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected