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

Method sendall

tests/sandbox/test_docker.py:2019–2024  ·  view source on GitHub ↗
(self, payload: bytes)

Source from the content-addressed store, hash-verified

2017 self._chunks.put(chunk)
2018
2019 def sendall(self, payload: bytes) -> None:
2020 self.sent.append(payload)
2021 self._api.running = False
2022 self._api.exit_code = 0
2023 self._chunks.put(payload)
2024 self._chunks.put(None)
2025
2026 def close(self) -> None:
2027 self.closed = True

Callers 3

_writeMethod · 0.80
pty_write_stdinMethod · 0.80
redis_ping_urlFunction · 0.80

Calls 2

appendMethod · 0.80
putMethod · 0.80

Tested by

no test coverage detected