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

Function libc_ver

Lib/platform.py:141–192  ·  view source on GitHub ↗

Tries to determine the libc version that the file executable (which defaults to the Python interpreter) is linked against. Returns a tuple of strings (lib,version) which default to the given parameters in case the lookup fails. Note that the function has intimate k

(executable=sys.executable,lib='',version='',

             chunksize=2048)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

platformFunction · 0.85

Calls 6

realpathMethod · 0.80
openFunction · 0.70
readMethod · 0.45
searchMethod · 0.45
endMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected