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

Function get_dependencies

numpy/distutils/misc_util.py:594–596  ·  view source on GitHub ↗
(sources)

Source from the content-addressed store, hash-verified

592
593
594def get_dependencies(sources):
595 #XXX scan sources for include statements
596 return _get_headers(_get_directories(sources))
597
598def is_local_src_dir(directory):
599 """Return true if directory is local directory.

Callers 2

get_ext_source_filesFunction · 0.85
get_lib_source_filesFunction · 0.85

Calls 2

_get_headersFunction · 0.85
_get_directoriesFunction · 0.85

Tested by

no test coverage detected