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

Method __init__

tests/external/gmock-1.7.0/scripts/generator/cpp/ast.py:155–158  ·  view source on GitHub ↗
(self, start, end, filename, system)

Source from the content-addressed store, hash-verified

153
154class Include(Node):
155 def __init__(self, start, end, filename, system):
156 Node.__init__(self, start, end)
157 self.filename = filename
158 self.system = system
159
160 def __str__(self):
161 fmt = '"%s"'

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected