Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ __add__
Method
__add__
tests/external/gmock-1.7.0/gtest/scripts/pump.py:119–120 ·
view source on GitHub ↗
(self, offset)
Source
from the content-addressed store, hash-verified
117
return
'%s(%s)'
% (self.line + 1, self.column)
118
119
def
__add__(self, offset):
120
return
Cursor(self.line, self.column + offset)
121
122
def
__sub__(self, offset):
123
return
Cursor(self.line, self.column - offset)
Callers
nothing calls this directly
Calls
1
Cursor
Class · 0.85
Tested by
no test coverage detected