Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
754
def
_get_coroutine_attributes() -> dict[str, Optional[object]]:
755
async
def
_dummy():
756
return
None
757
758
coro = _dummy()
759
try
:
Callers
1
_get_coroutine_attributes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…