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

Method Clone

tests/external/gmock-1.7.0/gtest/scripts/pump.py:156–160  ·  view source on GitHub ↗

Returns a copy of self.

(self)

Source from the content-addressed store, hash-verified

154 self.start, self.value, self.token_type)
155
156 def Clone(self):
157 """Returns a copy of self."""
158
159 return Token(self.start.Clone(), self.end.Clone(), self.value,
160 self.token_type)
161
162
163def StartsWith(lines, pos, string):

Callers

nothing calls this directly

Calls 2

TokenClass · 0.70
CloneMethod · 0.45

Tested by

no test coverage detected