Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ get_boost_python_libname
Method
get_boost_python_libname
libs/pyhelpers/setup.py:275–278 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
273
)
274
275
def
get_boost_python_libname(self):
276
return
'boost_python{}{}'
.format(
277
sys.version_info.major, sys.version_info.minor
278
)
279
280
def
get_boost_config_path(self):
281
return
os.path.join(
Callers
1
run
Method · 0.95
Calls
1
format
Method · 0.80
Tested by
no test coverage detected