Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ command
Method
command
tests/test_process.py:195–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
""
"
194
195
def
command():
196
return
system(
'%s -c "import time; time.sleep(5)"'
% python)
197
198
status = self.assert_interrupts(command)
199
self.assertNotEqual(
Callers
nothing calls this directly
Calls
1
system
Function · 0.90
Tested by
no test coverage detected