Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_GetMethod
Method · 0.95
_GetClass
Method · 0.95
handle_namespace
Method · 0.95
Calls
1
_GetMatchingChar
Method · 0.95
Tested by
no test coverage detected