MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / method4

Function method4

tests_python/test_collect_bytecode_info.py:448–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

446 assert str(collect_return_info(method3.__code__, use_func_first_line=True)) == '[{return: 2}]'
447
448 def method4():
449 return (1,
450 2,
451 3,
452 4)
453
454 assert str(collect_return_info(method4.__code__, use_func_first_line=True)) == \
455 '[{return: 1}]' if IS_PY38_OR_GREATER else '[{return: 4}]'

Callers

nothing calls this directly

Calls 2

callFunction · 0.70
call2Function · 0.50

Tested by

no test coverage detected