MCPcopy Index your code
hub / github.com/python/cpython / __init__.py

File __init__.py

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

Source from the content-addressed store, hash-verified

1"""Access to Python's configuration information."""
2
3import os
4import sys

Callers

nothing calls this directly

Calls 7

_safe_realpathFunction · 0.85
is_python_buildFunction · 0.85
RLockMethod · 0.80
_getuserbaseFunction · 0.70
splitMethod · 0.45
dirnameMethod · 0.45
startswithMethod · 0.45

Tested by

no test coverage detected