MCPcopy Index your code
hub / github.com/ipython/ipython / _dummy

Function _dummy

IPython/core/guarded_eval.py:755–756  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

753
754def _get_coroutine_attributes() -> dict[str, Optional[object]]:
755 async def _dummy():
756 return None
757
758 coro = _dummy()
759 try:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…