MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / get_config_var

Function get_config_var

tools/python-3.11.9-amd64/Lib/sysconfig.py:709–715  ·  view source on GitHub ↗

Return the value of a single variable using the dictionary returned by 'get_config_vars()'. Equivalent to get_config_vars().get(name)

(name)

Source from the content-addressed store, hash-verified

707
708
709def get_config_var(name):
710 """Return the value of a single variable using the dictionary returned by
711 'get_config_vars()'.
712
713 Equivalent to get_config_vars().get(name)
714 """
715 return get_config_vars().get(name)
716
717
718def get_platform():

Callers

nothing calls this directly

Calls 2

get_config_varsFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected