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

Method append

Lib/importlib/_bootstrap_external.py:1149–1150  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

1147 return item in self._recalculate()
1148
1149 def append(self, item):
1150 self._path.append(item)
1151
1152
1153# This class is actually exposed publicly in a namespace package's __loader__

Callers 15

_path_joinFunction · 0.45
spec_from_file_locationFunction · 0.45
set_dataMethod · 0.45
_installFunction · 0.45
removeMethod · 0.45
__enter__Method · 0.45
acquireMethod · 0.45
__repr__Method · 0.45
_find_and_load_unlockedFunction · 0.45
_installFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected