MCPcopy 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
245def get_os_postfix2_for_arch(arch):
246 return OS_POSTFIX2_ARCH[SYSTEM][arch]
247
248
249def get_cef_postfix2_for_arch(arch):

Calls

no outgoing calls

Tested by

no test coverage detected