MCPcopy Index your code
hub / github.com/RustPython/RustPython / _init_posix

Function _init_posix

Lib/sysconfig/__init__.py:389–392  ·  view source on GitHub ↗

Initialize the module as appropriate for POSIX systems.

(vars)

Source from the content-addressed store, hash-verified

387
388
389def _init_posix(vars):
390 """Initialize the module as appropriate for POSIX systems."""
391 # GH-126920: Make sure we don't overwrite any of the keys already set
392 vars.update(_get_sysconfigdata() | vars)
393
394
395def _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