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

Method get_boost_config_path

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

Source from the content-addressed store, hash-verified

278 )
279
280 def get_boost_config_path(self):
281 return os.path.join(
282 self.omim_builddir,
283 'python{}-config.jam'.format(get_python_version()),
284 )
285
286 def configure_omim(self):
287 with chdir(OMIM_ROOT):

Callers 3

create_boost_configMethod · 0.95
cleanMethod · 0.95
buildMethod · 0.95

Calls 2

formatMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected