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

Method __init__

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

Source from the content-addressed store, hash-verified

109 """Base AST node."""
110
111 def __init__(self, start, end):
112 self.start = start
113 self.end = end
114
115 def IsDeclaration(self):
116 """Returns bool if this node is a declaration."""

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected