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

Method __init__

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

Source from the content-addressed store, hash-verified

202
203class Using(Node):
204 def __init__(self, start, end, names):
205 Node.__init__(self, start, end)
206 self.names = names
207
208 def __str__(self):
209 return self._StringHelper(self.__class__.__name__, str(self.names))

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected