Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ inner2
Method
inner2
tornado/test/gen_test.py:592–596 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
590
591
@gen.coroutine
592
def
inner2():
593
try
:
594
yield
inner()
595
except
ValueError:
596
pass
597
598
self.io_loop.run_sync(inner2, timeout=3)
599
Callers
nothing calls this directly
Calls
1
inner
Function · 0.85
Tested by
no test coverage detected