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

Function get_config_vars

Lib/sysconfig.py:439–508  ·  view source on GitHub ↗

With no arguments, return a dictionary of all configuration variables relevant for the current platform. On Unix, this means every variable defined in Python's installed Makefile; On Windows and Mac OS it's a much smaller set. With arguments, return a list of values that result fro

(*args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

_expand_varsFunction · 0.70
get_config_varFunction · 0.70
get_platformFunction · 0.70
_mainFunction · 0.70

Calls 6

_init_non_posixFunction · 0.85
_getuserbaseFunction · 0.85
_init_posixFunction · 0.70
joinMethod · 0.45
appendMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected