MCPcopy Create free account
hub / github.com/ipython/ipython / test_autoawait_curio

Method test_autoawait_curio

IPython/core/tests/test_async_helpers.py:287–288  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

285
286 @skip_without('curio')
287 def test_autoawait_curio(self):
288 iprc("%autoawait curio")
289
290 @skip_without('trio')
291 def test_autoawait_trio(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected