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

Function _init_posix

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

Initialize the module as appropriate for POSIX systems.

(vars)

Source from the content-addressed store, hash-verified

525 f.write(pybuilddir)
526
527def _init_posix(vars):
528 """Initialize the module as appropriate for POSIX systems."""
529 # _sysconfigdata is generated at build time, see _generate_posix_vars()
530 name = _get_sysconfigdata_name()
531 _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
532 build_time_vars = _temp.build_time_vars
533 vars.update(build_time_vars)
534
535def _init_non_posix(vars):
536 """Initialize the module as appropriate for NT"""

Callers 1

get_config_varsFunction · 0.85

Calls 3

_get_sysconfigdata_nameFunction · 0.85
__import__Function · 0.85
updateMethod · 0.45

Tested by

no test coverage detected