Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ sleep
Function
sleep
testing/plugins_integration/pytest_twisted_integration.py:5–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
4
5
def
sleep():
6
import
twisted.internet.reactor
7
8
return
deferLater(clock=twisted.internet.reactor, delay=0)
9
10
11
@pytest_twisted.inlineCallbacks
Callers
2
test_inlineCallbacks
Function · 0.85
test_inlineCallbacks_async
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected