Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
470
def
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
475
def
ParseElseNode(tokens):
Callers
2
ParseElseNode
Function · 0.85
ParseAtomicCodeNode
Function · 0.85
Calls
1
ExpNode
Class · 0.85
Tested by
no test coverage detected