MCPcopy Index your code
hub / github.com/python/cpython / call

Method call

Lib/test/test_compile.py:1182–1185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1180
1181 def test_lineno_procedure_call(self):
1182 def call():
1183 (
1184 print()
1185 )
1186 line1 = call.__code__.co_firstlineno + 1
1187 assert line1 not in [line for (_, _, line) in call.__code__.co_lines()]
1188

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

no outgoing calls

Tested by

no test coverage detected