Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-python
/ _idempotency_key
Method
_idempotency_key
src/openai/_base_client.py:830–831 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
828
return
False
829
830
def
_idempotency_key(self) -> str:
831
return
f
"stainless-python-retry-{uuid.uuid4()}"
832
833
834
class
_DefaultHttpxClient(httpx.Client):
Callers
2
request
Method · 0.80
request
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected