Result for BDD6E492A00E27843263E15FBD9D30BD1D9F9F6A

Query result

Key Value
FileName./usr/lib/python3/dist-packages/frozenlist/_frozenlist.cpython-311-aarch64-linux-gnu.so
FileSize71848
MD5004B7BE339E23C7BE1B70FC2969B22DA
SHA-1BDD6E492A00E27843263E15FBD9D30BD1D9F9F6A
SHA-2564F98091DA6BAA0E24CE55C5CA725F2442A174E2436A24A8275F840DD342F7D46
SSDEEP768:E6UPh0FNUBpcJGVQbxR0eRXj/EvgAtvBC:E6QiNUoJywTLj/Evr
TLSHT1A5632A5EF50EA92AC4C6D3389E874B317733A558D396D191A324C3BE36CB7C2AE35409
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