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

Method Clone

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

Returns a copy of self.

(self)

Source from the content-addressed store, hash-verified

123 return Cursor(self.line, self.column - offset)
124
125 def Clone(self):
126 """Returns a copy of self."""
127
128 return Cursor(self.line, self.column)
129
130
131# Special cursor to indicate the end-of-file.

Callers

nothing calls this directly

Calls 1

CursorClass · 0.85

Tested by

no test coverage detected