Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ get_os_postfix2_for_arch
Function
get_os_postfix2_for_arch
tools/common.py:245–246 ·
view source on GitHub ↗
(arch)
Source
from the content-addressed store, hash-verified
243
244
245
def
get_os_postfix2_for_arch(arch):
246
return
OS_POSTFIX2_ARCH[SYSTEM][arch]
247
248
249
def
get_cef_postfix2_for_arch(arch):
Callers
9
get_prebuilt_name
Function · 0.85
delete_cefpython_binary_dir
Function · 0.85
delete_cef_binaries_libraries_dir
Function · 0.85
pack_prebuilt_cef
Function · 0.85
reduce_package_size_issue262
Function · 0.85
remove_unnecessary_package_files
Function · 0.85
backup_subprocess_executable_issue342
Function · 0.85
restore_subprocess_executable_issue342
Function · 0.85
make_packages
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected