bundles / IPython 9.14.0.dev / IPython / utils / _process_posix / ProcessHandler / system
function
IPython.utils._process_posix:ProcessHandler.system
Signature
def system ( self , cmd : str ) → int Summary
Execute a command in a subshell.
Parameters
cmd: strA command to be executed in the system shell.
Returns
int: child's exitstatus
Aliases
-
IPython.core.interactiveshell.system -
IPython.utils._process_posix.ProcessHandler.system