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

Method __init__

tests/external/gmock-1.7.0/scripts/generator/cpp/ast.py:168–170  ·  view source on GitHub ↗
(self, start, end, label)

Source from the content-addressed store, hash-verified

166
167class Goto(Node):
168 def __init__(self, start, end, label):
169 Node.__init__(self, start, end)
170 self.label = label
171
172 def __str__(self):
173 return self._StringHelper(self.__class__.__name__, str(self.label))

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected