Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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()
290
def
_get_implementation():
291
return
'Python'
292
293
# Copy of sysconfig._getuserbase()
294
def
_getuserbase():
Callers
3
_getuserbase
Function · 0.70
_get_path
Function · 0.70
getsitepackages
Function · 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…