Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_lineno
Method
get_lineno
Lib/tabnanny.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
def
__init__(self, lineno, msg, line):
60
self.lineno, self.msg, self.line = lineno, msg, line
61
def
get_lineno(self):
62
return
self.lineno
63
def
get_msg(self):
64
return
self.msg
65
def
get_line(self):
Callers
5
check
Function · 0.45
test_lineno
Method · 0.45
test_symtable_entry_repr
Method · 0.45
test_all_methods
Method · 0.45
tabnanny
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_lineno
Method · 0.36
test_symtable_entry_repr
Method · 0.36
test_all_methods
Method · 0.36