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

Method post

tests/extensions/sandbox/test_cloudflare.py:123–124  ·  view source on GitHub ↗
(self, url: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

121 return self._match(method, url)
122
123 def post(self, url: str, **kwargs: Any) -> _FakeResponse | _FakeSSEResponse:
124 return self._record("POST", url, **kwargs)
125
126 def get(self, url: str, **kwargs: Any) -> _FakeResponse | _FakeSSEResponse:
127 return self._record("GET", url, **kwargs)

Callers 9

mount_bucketMethod · 0.45
unmount_bucketMethod · 0.45
_exec_internalMethod · 0.45
_request_sandbox_idMethod · 0.45
_export_with_deadlineMethod · 0.45
accept_callFunction · 0.45
_exercise_appFunction · 0.45

Calls 1

_recordMethod · 0.95

Tested by

no test coverage detected