MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / ParseExpNode

Function ParseExpNode

tests/external/gmock-1.7.0/gtest/scripts/pump.py:470–472  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

468
469
470def ParseExpNode(token):
471 python_exp = re.sub(r'([_A-Za-z]\w*)', r'self.GetValue("\1")', token.value)
472 return ExpNode(token, python_exp)
473
474
475def ParseElseNode(tokens):

Callers 2

ParseElseNodeFunction · 0.85
ParseAtomicCodeNodeFunction · 0.85

Calls 1

ExpNodeClass · 0.85

Tested by

no test coverage detected