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

Method combine_paths

numpy/distutils/system_info.py:1076–1080  ·  view source on GitHub ↗

Return a list of existing paths composed by all combinations of items from the arguments.

(self, *args)

Source from the content-addressed store, hash-verified

1074 return None
1075
1076 def combine_paths(self, *args):
1077 """Return a list of existing paths composed by all combinations
1078 of items from the arguments.
1079 """
1080 return combine_paths(*args)
1081
1082
1083class fft_opt_info(system_info):

Callers 15

_find_libMethod · 0.95
calc_ver_infoMethod · 0.80
get_pathsMethod · 0.80
calc_infoMethod · 0.80
get_pathsMethod · 0.80
calc_infoMethod · 0.80
calc_infoMethod · 0.80
calc_infoMethod · 0.80
get_pathsMethod · 0.80
get_pathsMethod · 0.80
calc_infoMethod · 0.80
calc_infoMethod · 0.80

Calls 1

combine_pathsFunction · 0.85

Tested by

no test coverage detected