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

Function get_cefpython_version

tools/common.py:450–454  ·  view source on GitHub ↗

Get CEF version from the 'src/version/' directory.

()

Source from the content-addressed store, hash-verified

448
449
450def get_cefpython_version():
451 """Get CEF version from the 'src/version/' directory."""
452 header_file = os.path.join(SRC_DIR, "version",
453 "cef_version_"+OS_POSTFIX+".h")
454 return get_version_from_file(header_file)
455
456
457def get_version_from_file(header_file):

Calls 1

get_version_from_fileFunction · 0.85

Tested by

no test coverage detected