MCPcopy
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
834class _DefaultHttpxClient(httpx.Client):

Callers 2

requestMethod · 0.80
requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected