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

Method join

numpy/distutils/_shell_utils.py:80–81  ·  view source on GitHub ↗
(argv)

Source from the content-addressed store, hash-verified

78 """
79 @staticmethod
80 def join(argv):
81 return ' '.join(quote(arg) for arg in argv)
82
83 @staticmethod
84 def split(cmd):

Callers 15

_mergeFunction · 0.45
UnixCCompiler__compileFunction · 0.45
_mergeFunction · 0.45
getnmFunction · 0.45
__str__Method · 0.45
parse_configFunction · 0.45
_needs_buildFunction · 0.45
CCompiler_spawnFunction · 0.45
CCompiler_compileFunction · 0.45
_compiler_to_stringFunction · 0.45
CCompiler_customizeFunction · 0.45

Calls

no outgoing calls

Tested by 15

dist_compileMethod · 0.36
get_targetsMethod · 0.36
expectMethod · 0.36
expect_baselineMethod · 0.36
expect_flagsMethod · 0.36
expect_targetsMethod · 0.36
test_impliesMethod · 0.36
check_execute_inMethod · 0.36
setup_methodMethod · 0.36
test_overridesMethod · 0.36
test_option_typesMethod · 0.36