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

Function _get_implementation

Lib/sysconfig/__init__.py:109–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 _INSTALL_SCHEMES['venv'] = _INSTALL_SCHEMES['posix_venv']
108
109def _get_implementation():
110 return 'Python'
111
112# NOTE: site.py has copy of this function.
113# Sync it when modify this function.

Callers 2

_getuserbaseFunction · 0.70
_init_config_varsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…