MCPcopy Index your code
hub / github.com/google/adk-python / __init__

Method __init__

tests/unittests/tools/test_agent_tool.py:739–741  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

737 class SlowClosePlugin(BasePlugin):
738
739 def __init__(self, name: str):
740 super().__init__(name)
741 self.close_calls = 0
742
743 async def close(self):
744 self.close_calls += 1

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected