MCPcopy
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
210def __dir__() -> list[str]:
211 return sorted(list(__all__) + list(__deprecated__.keys())) # pragma: no cover

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected