MCPcopy 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

fMethod · 0.45

Calls 1

capitalizeMethod · 0.80

Tested by

no test coverage detected