Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/adk-python
/ __dir__
Function
__dir__
src/google/adk/tools/__init__.py:117–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
# __dir__ is used to expose all public interfaces to keep mocking with autoscope
116
# working.
117
def
__dir__() -> list[str]:
118
return
list(globals().keys()) + __all__
Callers
nothing calls this directly
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected