Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ test_execute
Method
test_execute
tests/test_async_helpers.py:397–403 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
395
)
396
397
def
test_execute(self):
398
iprc(
399
""
"
400
import
asyncio
401
await asyncio.sleep(0.001)
402
""
"
403
)
404
405
def
test_autoawait(self):
406
iprc(
"%autoawait False"
)
Callers
nothing calls this directly
Calls
1
iprc
Function · 0.85
Tested by
no test coverage detected