Result for 999A80DAEE03791B2AE68A43E26B04C06DE48920

Query result

Key Value
FileNameRECORD
FileSize737
MD5ACEB77C429F424587DA389FCCABCB2FA
RDS:package_id294714
SHA-1999A80DAEE03791B2AE68A43E26B04C06DE48920
SHA-2566CDD2AF5E5C9877944A8FC4F8EF02623D0A933662AE41EF1A6F81BF559A5DABD
SSDEEP12:DNLbHNH4NXbl/1QjoNNl260DFVqAT/4LvkS4+sXVjlTv7bQK4L4d/xd8:DN/NH4NWoNNlz066j7QK4u/H8
TLSHT1F0019C4C65FDF50E56D455CBDB8BC720AC07D787511674409B62C6F66989180095440C
insert-timestamp1696444762.4949844
sourcedb.sqlite
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_i386.deb
FileSize31128
MD56587A397464E4846F5D4DB0A0B891090
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_id294707
SHA-11B37C3C28842C3C22A083AD1F54B184AAAFCC7AF
SHA-25606041B31355C5A3FEC758B994CA265F79BC47606047610DFBE26B51042648BD5
insert-timestamp1687506085.60847
sourcedb.sqlite