Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ check_cefpython3_version
Function
check_cefpython3_version
examples/pyinstaller/hook-cefpython3.py:62–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
61
62
def
check_cefpython3_version():
63
if
not is_module_satisfies(
"cefpython3 >= %s"
% CEFPYTHON_MIN_VERSION):
64
raise
SystemExit(
"Error: cefpython3 %s or higher is required"
65
% CEFPYTHON_MIN_VERSION)
66
67
68
def
get_cefpython_modules():
Callers
1
hook-cefpython3.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected