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

Method __sub__

tests/external/gmock-1.7.0/gtest/scripts/pump.py:122–123  ·  view source on GitHub ↗
(self, offset)

Source from the content-addressed store, hash-verified

120 return Cursor(self.line, self.column + offset)
121
122 def __sub__(self, offset):
123 return Cursor(self.line, self.column - offset)
124
125 def Clone(self):
126 """Returns a copy of self."""

Callers

nothing calls this directly

Calls 1

CursorClass · 0.85

Tested by

no test coverage detected