Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ sleep_some
Method
sleep_some
tornado/test/iostream_test.py:626–627 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
624
rs, ws =
yield
self.make_iostream_pair()
625
626
def
sleep_some():
627
self.io_loop.run_sync(
lambda
: gen.sleep(0.05))
628
629
try
:
630
buf = bytearray(10)
Callers
nothing calls this directly
Calls
1
run_sync
Method · 0.80
Tested by
no test coverage detected