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

Method __str__

IPython/core/async_helpers.py:30–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 return asyncio.get_event_loop().run_until_complete(coro)
29
30 def __str__(self):
31 return 'asyncio'
32
33_asyncio_runner = _AsyncIORunner()
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected