Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get_lineno
Method
get_lineno
Lib/tabnanny.py:63–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
def
__init__(self, lineno, msg, line):
62
self.lineno, self.msg, self.line = lineno, msg, line
63
def
get_lineno(self):
64
return
self.lineno
65
def
get_msg(self):
66
return
self.msg
67
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
print_table
Function · 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