MCPcopy Create free account
hub / github.com/DedalusProject/dedalus / get_include

Function get_include

setup.py:70–75  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

68
69@cache
70def get_include(name):
71 print(f"Looking for {name} include path:")
72 if path := get_env(f"{name.upper()}_INCLUDE_PATH"):
73 return path
74 if prefix := get_library_prefix(name):
75 return os.path.join(prefix, "include")
76
77@cache
78def get_lib(name):

Callers 1

setup.pyFile · 0.85

Calls 2

get_envFunction · 0.85
get_library_prefixFunction · 0.85

Tested by

no test coverage detected