Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ __str__
Method
__str__
tests/external/gmock-1.7.0/gtest/scripts/pump.py:113–117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
111
return
rhs <= self
112
113
def
__str__(self):
114
if
self == Eof():
115
return
'EOF'
116
else
:
117
return
'%s(%s)'
% (self.line + 1, self.column)
118
119
def
__add__(self, offset):
120
return
Cursor(self.line, self.column + offset)
Callers
nothing calls this directly
Calls
1
Eof
Function · 0.85
Tested by
no test coverage detected