Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-python
/ _sleep
Method
_sleep
src/openai/_resource.py:26–27 · src/openai/_resource.py::SyncAPIResource._sleep
(self, seconds: float)
Source
from the content-addressed store, hash-verified
24
self._get_api_list = client.get_api_list
25
26
def
_sleep(self, seconds: float) -> None:
27
time.sleep(seconds)
28
29
30
class
AsyncAPIResource:
Callers
10
poll
Method · 0.45
poll
Method · 0.45
wait_for_processing
Method · 0.45
wait_for_processing
Method · 0.45
poll
Method · 0.45
poll
Method · 0.45
poll
Method · 0.45
poll
Method · 0.45
poll
Method · 0.45
poll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected