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

Function check_platforms

examples/pyinstaller/hook-cefpython3.py:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42# Functions
43def check_platforms():
44 if not is_win and not is_darwin and not is_linux:
45 raise SystemExit("Error: Currently only Windows, Linux and Darwin "
46 "platforms are supported, see Issue #135.")
47
48
49def check_pyinstaller_version():

Callers 1

hook-cefpython3.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected