我们从Python开源项目中,提取了以下1个代码示例,用于说明如何使用numpy.get_numpy_include()。
def numpy_include(): try: inc = np.get_include() except AttributeError: inc = np.get_numpy_include() return inc