MCPcopy Index your code
hub / github.com/RustPython/RustPython / _get_implementation

Function _get_implementation

Lib/site.py:292–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290
291# Copy of sysconfig._get_implementation()
292def _get_implementation():
293 return 'RustPython' # XXX: RustPython; for site-packages
294
295# Copy of sysconfig._getuserbase()
296def _getuserbase():

Callers 3

_getuserbaseFunction · 0.70
_get_pathFunction · 0.70
getsitepackagesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected