Searched refs:package_include (Results 1 – 7 of 7) sorted by relevance
40 package_include = os.path.join(pkg_name, 'include') variable51 package_include,57 ext_modules[0].include_dirs = [package_include, np.get_include(),
53 package_include = os.path.join(pkg_name, 'include') variable65 package_include,72 np.get_include(), package_include,
422 package_include = '\\loadPackage notation-fonts'423 full_cmd.append(package_include)425 cmd.append(package_include)
10 from .package_include import PackageInclude
24 from ..utils.package_include import PackageInclude
30 from ..utils.package_include import PackageInclude
129 PACKAGE_INCLUDE_NAME => self.package_include(), in content()825 fn package_include(&mut self) { in package_include() method