Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
909
def
unnamed_function(name: str | None) -> bool:
910
return
name is not None and name ==
"_"
911
912
913
time_ref = time.perf_counter_ns
Callers
5
fix_function_overloads
Method · 0.90
set_original_def
Method · 0.90
fix_function_overloads
Function · 0.90
get_id_from_name
Function · 0.90
short_id_from_name
Function · 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…