Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ get_boost_python_builddir
Method
get_boost_python_builddir
libs/pyhelpers/setup.py:301–305 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
299
)
300
301
def
get_boost_python_builddir(self):
302
return
os.path.join(
303
self.omim_builddir,
304
'boost-build-python{}'
.format(get_python_version()),
305
)
306
307
def
clean(self):
308
with
chdir(BOOST_ROOT):
Callers
2
clean
Method · 0.95
build
Method · 0.95
Calls
2
format
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected