Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ f
Method
f
python/python3/tornado/test/concurrent_test.py:129–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
def
test_generator(self: typing.Any):
128
@gen.coroutine
129
def
f():
130
result =
yield
self.client.capitalize(
"hello"
)
131
self.assertEqual(result,
"HELLO"
)
132
133
self.io_loop.run_sync(f)
134
Callers
1
f
Method · 0.45
Calls
1
capitalize
Method · 0.80
Tested by
no test coverage detected