Skip to main content

get_child_arguments

Return the executable. This contains a workaround for Windows if the executable is reported to not have the .exe extension which can cause bugs on reloading.

def get_child_arguments() - > list

Return the executable. This contains a workaround for Windows if the executable is reported to not have the .exe extension which can cause bugs on reloading.

Returns

TypeDescription
listA list of command-line arguments, including the Python executable and script path or module name, required to restart the current process.