MCPcopy
hub / github.com/python/mypy / print

Function print

mypyc/test-data/fixtures/ir.py:398–398  ·  view source on GitHub ↗
(*args: object)

Source from the content-addressed store, hash-verified

396# This type is obviously wrong but the test stubs don't have Sized anymore
397def len(o: object) -> int: pass
398def print(*args: object) -> None: pass
399def isinstance(x: object, t: object) -> bool: pass
400def iter(i: Iterable[_T]) -> Iterator[_T]: pass
401@overload

Callers 15

run_cmdFunction · 0.85
wait_background_cmdFunction · 0.85
mainFunction · 0.85
pyinfo.pyFile · 0.85
_parse_individual_fileFunction · 0.85
parse_config_fileFunction · 0.85
parse_sectionFunction · 0.85
walk_packagesFunction · 0.85
generate_guardedFunction · 0.85
report_missingFunction · 0.85
report_internal_errorFunction · 0.85

Calls

no outgoing calls

Tested by 15

run_cmdFunction · 0.68
wait_background_cmdFunction · 0.68
mainFunction · 0.68
test_stubsFunction · 0.68
error_callbackFunction · 0.68
warning_callbackFunction · 0.68
safe_printFunction · 0.68
test_connect_alotMethod · 0.68
run_pytest_data_suiteFunction · 0.68
test_incrementalFunction · 0.68
test_repoFunction · 0.68
update_testcase_outputFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…