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

Function unnamed_function

mypy/util.py:909–910  ·  view source on GitHub ↗
(name: str | None)

Source from the content-addressed store, hash-verified

907
908
909def unnamed_function(name: str | None) -> bool:
910 return name is not None and name == "_"
911
912
913time_ref = time.perf_counter_ns

Callers 5

set_original_defMethod · 0.90
fix_function_overloadsFunction · 0.90
get_id_from_nameFunction · 0.90
short_id_from_nameFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…