MCPcopy 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_addMethod · 0.45
trace_removeMethod · 0.45
trace_infoMethod · 0.45
trace_variableMethod · 0.45
trace_vdeleteMethod · 0.45
trace_vinfoMethod · 0.45
tk_strictMotifMethod · 0.45
tk_bisqueMethod · 0.45
tk_setPaletteMethod · 0.45

Calls 1

printFunction · 0.50

Tested by

no test coverage detected