MCPcopy Create free account
hub / github.com/openai/openai-agents-python / start

Method start

tests/sandbox/test_runtime.py:129–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 self.archive_limit_values.append(limits)
128
129 async def start(self) -> None:
130 self.start_calls += 1
131 if self._start_gate is not None:
132 await self._start_gate.wait()
133 self._running = True
134
135 async def stop(self) -> None:
136 self.stop_calls += 1

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected