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

Method command

IPython/utils/tests/test_process.py:151–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 subprocess is interrupted.
150 """
151 def command():
152 return system('%s -c "import time; time.sleep(5)"' % python)
153
154 status = self.assert_interrupts(command)
155 self.assertNotEqual(

Callers

nothing calls this directly

Calls 1

systemFunction · 0.90

Tested by

no test coverage detected