MCPcopy Create free account
hub / github.com/cztomczak/cefpython / get_setup_installer_basename

Function get_setup_installer_basename

tools/common.py:383–386  ·  view source on GitHub ↗
(version, postfix2)

Source from the content-addressed store, hash-verified

381
382
383def get_setup_installer_basename(version, postfix2):
384 setup_basename = ("cefpython3_{version}_{os}"
385 .format(version=version, os=postfix2))
386 return setup_basename
387
388
389def _detect_cefpython_binary_dir():

Callers 3

mainFunction · 0.85
make_packagesFunction · 0.85
install_and_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected