MCPcopy Create free account
hub / github.com/numpy/numpy / split

Method split

numpy/distutils/_shell_utils.py:84–85  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

82
83 @staticmethod
84 def split(cmd):
85 return shlex.split(cmd, posix=True)
86
87
88if os.name == 'nt':

Callers 15

UnixCCompiler__compileFunction · 0.45
parse_flagsFunction · 0.45
_needs_buildFunction · 0.45
key_value_from_commandFunction · 0.45
__init__Method · 0.45
__cputypeMethod · 0.45
dump_tableFunction · 0.45
_find_dll_in_pathFunction · 0.45
generate_manifestFunction · 0.45
__init__Method · 0.45
ver_flagsMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 8

get_targetsMethod · 0.36
test_overridesMethod · 0.36
test_duplicatesMethod · 0.36
test_impliesMethod · 0.36
test_groupMethod · 0.36
test_extra_checksMethod · 0.36
test_roundtripFunction · 0.36
normalize_whitespaceFunction · 0.36