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

Function _get_implementation

Lib/site.py:290–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288
289# Copy of sysconfig._get_implementation()
290def _get_implementation():
291 return 'Python'
292
293# Copy of sysconfig._getuserbase()
294def _getuserbase():

Callers 3

_getuserbaseFunction · 0.70
_get_pathFunction · 0.70
getsitepackagesFunction · 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…