MCPcopy Index your code
hub / github.com/python/mypy / singledispatch_main_func_name

Function singledispatch_main_func_name

mypyc/irbuild/function.py:1123–1124  ·  view source on GitHub ↗
(orig_name: str)

Source from the content-addressed store, hash-verified

1121
1122
1123def singledispatch_main_func_name(orig_name: str) -> str:
1124 return f"__mypyc_singledispatch_main_function_{orig_name}__"
1125
1126
1127def maybe_insert_into_registry_dict(builder: IRBuilder, fitem: FuncDef) -> None:

Callers 2

gen_func_itemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…