Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ call
Method
call
Lib/test/test_compile.py:1191–1194 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1189
1190
def
test_lineno_procedure_call(self):
1191
def
call():
1192
(
1193
print()
1194
)
1195
line1 = call.__code__.co_firstlineno + 1
1196
assert line1 not in [line
for
(_, _, line) in call.__code__.co_lines()]
1197
Callers
15
__init__
Method · 0.45
__init__
Method · 0.45
__del__
Method · 0.45
trace_add
Method · 0.45
trace_remove
Method · 0.45
trace_info
Method · 0.45
trace_variable
Method · 0.45
trace_vdelete
Method · 0.45
trace_vinfo
Method · 0.45
tk_strictMotif
Method · 0.45
tk_bisque
Method · 0.45
tk_setPalette
Method · 0.45
Calls
1
print
Function · 0.50
Tested by
no test coverage detected