Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ __init__
Method
__init__
tests/external/gmock-1.7.0/scripts/generator/cpp/ast.py:198–200 ·
view source on GitHub ↗
(self, start, end, expr, namespace)
Source
from the content-addressed store, hash-verified
196
197
class
Friend(Expr):
198
def
__init__(self, start, end, expr, namespace):
199
Expr.__init__(self, start, end, expr)
200
self.namespace = namespace[:]
201
202
203
class
Using(Node):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected