Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ f
Method
f
tornado/test/concurrent_test.py:152–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
def
test_generator(self):
151
@gen.coroutine
152
def
f():
153
result =
yield
self.client.capitalize(
"hello"
)
154
self.assertEqual(result,
"HELLO"
)
155
156
self.io_loop.run_sync(f)
157
Callers
nothing calls this directly
Calls
1
capitalize
Method · 0.80
Tested by
no test coverage detected