Result for 94E91BEAFB6CBF1BDFDFEECDAE3B7CBD73D5FA60

Query result

Key Value
FileName./usr/lib/python3/dist-packages/frozenlist-1.3.3.dist-info/RECORD
FileSize740
MD597BF02839F481458AC82C2AD241981A4
SHA-194E91BEAFB6CBF1BDFDFEECDAE3B7CBD73D5FA60
SHA-256BDFFC346AE4EE6EDE0B489B525CAF1759DC3F41C561F3C55060BC1EB51F44684
SSDEEP12:DNLbHNH4NXKPoANl260DFVqAT/4LvkS4+sXVZUTpev2x6dbQK4L4d/xd8:DN/NH4NaNNlz066wtevdQK4u/H8
TLSHT1CC019C4C26AEF51E66D414CBCF8BD721A847DB83510B6840AB77C2F869C95410E04548
hashlookup:parent-total1
hashlookup:trust55

Network graph view

Parents (Total: 1)

The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileNamepython3-frozenlist_1.3.3-1+b1_arm64.deb
FileSize28012
MD5591CE8DD516C62924588335444EB9D0E
PackageDescriptionlist-like structure which implements collections.abc.MutableSequence `frozenlist.FrozenList` is a list-like structure which implements `collections.abc.MutableSequence`. The list is mutable until `FrozenList.freeze` is called, after which list modifications raise `RuntimeError`: . >>> from frozenlist import FrozenList >>> fl = FrozenList([17, 42]) >>> fl.append('spam') >>> fl.append('Vikings') >>> fl <FrozenList(frozen=False, [17, 42, 'spam', 'Vikings'])> >>> fl.freeze() >>> fl <FrozenList(frozen=True, [17, 42, 'spam', 'Vikings'])> >>> fl.frozen True >>> fl.append("Monty") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "frozenlist/_frozenlist.pyx", line 97, in frozenlist._frozenlist.FrozenList.append self._check_frozen() File "frozenlist/_frozenlist.pyx", line 19, in frozenlist._frozenlist.FrozenList._check_frozen raise RuntimeError("Cannot modify frozen list.") RuntimeError: Cannot modify frozen list. . FrozenList is also hashable, but only when frozen. Otherwise it also throws a RuntimeError: . >>> fl = FrozenList([17, 42, 'spam']) >>> hash(fl) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "frozenlist/_frozenlist.pyx", line 111, in frozenlist._frozenlist.FrozenList.__hash__ raise RuntimeError("Cannot hash unfrozen list.") RuntimeError: Cannot hash unfrozen list. >>> fl.freeze() >>> hash(fl) 3713081631934410656 >>> dictionary = {fl: 'Vikings'} # frozen fl can be a dict key >>> dictionary {<FrozenList(frozen=True, [1, 2])>: 'Vikings'}
PackageMaintainerDebian Python Team <team+python@tracker.debian.org>
PackageNamepython3-frozenlist
PackageSectionpython
PackageVersion1.3.3-1+b1
RDS:package_id294708
SHA-1FFC7CC9C6817ACEDEC829B72B10B0A01FFFDC4D9
SHA-256E87E1A5A06A38C3A6827DA303F3C9A43FE23214C82DE4C66E71EDF2E4C1CDA88
insert-timestamp1687506086.7061808
sourcedb.sqlite