Result for 81BCF4B1B598FD3BC04E0D3B7F5806ECFB5A0B65

Query result

Key Value
FileName./usr/share/doc/python3-frozenlist/changelog.Debian.amd64.gz
FileSize231
MD594B7551D4F7F3BB30C012D0B73EA80B3
SHA-181BCF4B1B598FD3BC04E0D3B7F5806ECFB5A0B65
SHA-256CB35621A37B58F328E284B8F12485577CE51F1DB77D2351639857DB512D1E7A6
SSDEEP3:Fttgrm1EiiJvOHjdSka6HL6Apoxton0q0hjV7jEokLK2mbBktqJrrvJDjDT+JSk5:XtHsvOHZW6HLtMon0pT2mVkt6JD70n
TLSHT149D0973D406485C3A03C46AB320C01A18260CBA8B8C4B0624209C359BA0882F582A8A4
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_amd64.deb
FileSize30028
MD5D3CBEB4481C2A61988244B34019221AB
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_id294706
SHA-14739B836105F97280076BACC38EE0251E59AB08C
SHA-25639EF587C1B82AA4B7AD5293934E662033F2C8C1CB91B1201ACB31B4BBC314EEE
insert-timestamp1687507928.8446434
sourcedb.sqlite