MCPcopy
hub / github.com/openai/openai-agents-python / append

Method append

tests/extensions/sandbox/test_modal.py:3249–3251  ·  view source on GitHub ↗
(self, chunk: bytes)

Source from the content-addressed store, hash-verified

3247 return chunk
3248
3249 def append(self, chunk: bytes) -> None:
3250 self._chunks.append(chunk)
3251 self._chunk_event.set()
3252
3253 def _read(self, size: int | None = None) -> bytes:
3254 if size is None:

Callers 15

runMethod · 0.80
_format_schema_summaryFunction · 0.80
_summarize_json_schemaFunction · 0.80
to_call_argsMethod · 0.80
function_schemaFunction · 0.80
run_demo_loopFunction · 0.80
_parse_create_diffFunction · 0.80
_parse_update_diffFunction · 0.80
_read_sectionFunction · 0.80
get_rejection_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected