MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / architecture

Function architecture

Lib/platform.py:1077–1160  ·  view source on GitHub ↗

Queries the given executable (defaults to the Python interpreter binary) for various architecture information. Returns a tuple (bits,linkage) which contains information about the bit architecture and the linkage format used for the executable. Both values are return

(executable=sys.executable,bits='',linkage='')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

platformFunction · 0.85

Calls 2

strFunction · 0.85
_syscmd_fileFunction · 0.85

Tested by

no test coverage detected