MCPcopy Create free account
hub / github.com/EasyIME/PIME / f

Method f

python/python3/tornado/test/concurrent_test.py:203–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 o = Object()
202
203 async def f():
204 answer = await o.f()
205 return answer
206
207 result = yield f()
208 self.assertEqual(result, 42)

Callers

nothing calls this directly

Calls 1

fMethod · 0.45

Tested by

no test coverage detected