MCPcopy Index your code
hub / github.com/openai/openai-agents-python / close

Method close

examples/tools/computer_use.py:161–163  ·  view source on GitHub ↗

Close resources without using a context manager.

(self)

Source from the content-addressed store, hash-verified

159 return self
160
161 async def close(self) -> None:
162 """Close resources without using a context manager."""
163 await self.__aexit__(None, None, None)
164
165 @property
166 def playwright(self) -> Playwright:

Callers 13

__aexit__Method · 0.45
dispose_computerFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
runMethod · 0.45
capture_audioMethod · 0.45
disconnectMethod · 0.45
stopContinuousCaptureMethod · 0.45
start_voice_pipelineMethod · 0.45
send_mic_audioMethod · 0.45

Calls 1

__aexit__Method · 0.95

Tested by

no test coverage detected