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

Method GetScope

tests/external/gmock-1.7.0/scripts/generator/cpp/ast.py:901–902  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

899 return self._GetMatchingChar('(', ')')
900
901 def GetScope(self):
902 return self._GetMatchingChar('{', '}')
903
904 def _GetNextToken(self):
905 if self.token_queue:

Callers 3

_GetMethodMethod · 0.95
_GetClassMethod · 0.95
handle_namespaceMethod · 0.95

Calls 1

_GetMatchingCharMethod · 0.95

Tested by

no test coverage detected