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:177–179 ·
view source on GitHub ↗
(self, start, end, expr)
Source
from the content-addressed store, hash-verified
175
176
class
Expr(Node):
177
def
__init__(self, start, end, expr):
178
Node.__init__(self, start, end)
179
self.expr = expr
180
181
def
Requires(self, node):
182
# TODO(nnorwitz): impl.
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected