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

Class Op

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

Source from the content-addressed store, hash-verified

35
36
37class Op(Node):
38 def serialize(self) -> str:
39 return str(self)
40
41
42MarkerVar = Union[Variable, Value]

Callers 1

_parse_marker_opFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected