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

Method append

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

Source from the content-addressed store, hash-verified

221 return iter(self._items)
222
223 def append(self, item):
224 self._items.append(item)
225 self.tree.resolve(item.filename, create=True).zip_info = item
226
227
228class 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