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

Function Parse

tests/external/gmock-1.7.0/gtest/scripts/pump.py:289–296  ·  view source on GitHub ↗
(pos)

Source from the content-addressed store, hash-verified

287 return pos
288
289 def Parse(pos):
290 pos = SkipUntil(lines, pos, r'\(|\)', ')')
291 if SubString(lines, pos, pos + 1) == '(':
292 pos = Parse(pos + 1)
293 pos = Skip(lines, pos, r'\)')
294 return Parse(pos)
295 else:
296 return pos
297
298 start = pos.Clone()
299 pos = ParseInParens(pos)

Callers 1

ParseInParensFunction · 0.85

Calls 3

SkipUntilFunction · 0.85
SubStringFunction · 0.85
SkipFunction · 0.85

Tested by

no test coverage detected