Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getLineNumber
Method
getLineNumber
Lib/test/test_sax.py:1367–1368 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1365
return
"sysid"
1366
1367
def
getLineNumber(self):
1368
return
self._lineno
1369
1370
def
getColumnNumber(self):
1371
return
self._colno
Callers
2
test_expat_locator_noinfo
Method · 0.45
test_expat_incomplete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected