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

Method __init__

tests/external/gmock-1.7.0/scripts/generator/cpp/ast.py:144–147  ·  view source on GitHub ↗
(self, start, end, name, definition)

Source from the content-addressed store, hash-verified

142
143class Define(Node):
144 def __init__(self, start, end, name, definition):
145 Node.__init__(self, start, end)
146 self.name = name
147 self.definition = definition
148
149 def __str__(self):
150 value = '%s %s' % (self.name, self.definition)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected