MCPcopy Create free account
hub / github.com/comaps/comaps / clean

Method clean

libs/pyhelpers/setup.py:307–318  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

305 )
306
307 def clean(self):
308 with chdir(BOOST_ROOT):
309 spawn(
310 [
311 './b2',
312 '--user-config={}'.format(self.get_boost_config_path()),
313 '--with-python',
314 'python={}'.format(get_python_version()),
315 '--build-dir={}'.format(self.get_boost_python_builddir()),
316 '--clean',
317 ]
318 )
319
320 def build(self):
321 if os.path.exists(self.get_boost_python_builddir()):

Callers 1

buildMethod · 0.95

Calls 4

get_boost_config_pathMethod · 0.95
chdirFunction · 0.85
formatMethod · 0.80

Tested by

no test coverage detected