Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
229
class
ReadableZipPath(_ReadablePath):
Callers
15
__init__
Method · 0.95
test_typed_subpart_iterator
Method · 0.45
test_typed_subpart_iterator_default_type
Method · 0.45
test_pushCR_LF
Method · 0.45
setUp
Method · 0.45
test_modify_returned_list_does_not_change_header
Method · 0.45
parameterize
Function · 0.45
register_defect
Method · 0.45
register_defect
Method · 0.45
_make_subtype_test_message
Method · 0.45
test_fix_missing_locations
Method · 0.45
get_load_const
Method · 0.45
Calls
1
resolve
Method · 0.45
Tested by
15
test_typed_subpart_iterator
Method · 0.36
test_typed_subpart_iterator_default_type
Method · 0.36
test_pushCR_LF
Method · 0.36
setUp
Method · 0.36
test_modify_returned_list_does_not_change_header
Method · 0.36
register_defect
Method · 0.36
register_defect
Method · 0.36
_make_subtype_test_message
Method · 0.36
test_fix_missing_locations
Method · 0.36
get_load_const
Method · 0.36
get_match_case_values
Method · 0.36
test_module_load_race
Method · 0.36