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

Method append

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

Source from the content-addressed store, hash-verified

1133 return item in self._recalculate()
1134
1135 def append(self, item):
1136 self._path.append(item)
1137
1138
1139# For backwards-compatibility for anyone desperate enough to get at the class back in the day.

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