MCPcopy Index your code
hub / github.com/python/cpython / _init_posix

Function _init_posix

Lib/sysconfig/__init__.py:378–381  ·  view source on GitHub ↗

Initialize the module as appropriate for POSIX systems.

(vars)

Source from the content-addressed store, hash-verified

376
377
378def _init_posix(vars):
379 """Initialize the module as appropriate for POSIX systems."""
380 # GH-126920: Make sure we don't overwrite any of the keys already set
381 vars.update(_get_sysconfigdata() | vars)
382
383
384def _init_non_posix(vars):

Callers 1

_init_config_varsFunction · 0.85

Calls 2

_get_sysconfigdataFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…