Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ __dir__
Function
__dir__
starlette/status.py:210–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
208
209
210
def
__dir__() -> list[str]:
211
return
sorted(list(__all__) + list(__deprecated__.keys()))
# pragma: no cover
Callers
nothing calls this directly
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected