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

Method append

Lib/test/test_pathlib/support/zip_path.py:224–226  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

222 return iter(self._items)
223
224 def append(self, item):
225 self._items.append(item)
226 self.tree.resolve(item.filename, create=True).zip_info = item
227
228
229class ReadableZipPath(_ReadablePath):

Callers 15

__init__Method · 0.95
test_pushCR_LFMethod · 0.45
setUpMethod · 0.45
parameterizeFunction · 0.45
register_defectMethod · 0.45
register_defectMethod · 0.45
get_load_constMethod · 0.45

Calls 1

resolveMethod · 0.45