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 not stored for this graph (policy: none)
no test coverage detected