MCPcopy 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

cleanMethod · 0.95
buildMethod · 0.95

Calls 2

formatMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected