Searched refs:py_suffix (Results 1 – 3 of 3) sorted by relevance
16 bpl = library('boost_python' + root.py_suffix,47 bnl = library('boost_numpy' + root.py_suffix,
182 const std::string py_suffix = ".py"; in GetScriptFilePath() local183 if (result.empty() || result.rfind(py_suffix) != (result.length() - py_suffix.length())) { in GetScriptFilePath()
23 py_suffix = '{}{}'.format(*python.version.split('.')[:2])