Result for 26C57C882F1DD99892233BE8EF6B3DAC562F0196

Query result

Key Value
FileName./usr/lib/python3/dist-packages/frozenlist/_frozenlist.cpython-311-i386-linux-gnu.so
FileSize69228
MD520A657BE4ADC8BDD1ED2AE35A52BF994
SHA-126C57C882F1DD99892233BE8EF6B3DAC562F0196
SHA-2564911C52950D2032E1AF9BDA5328AE696FE8B46B22E844B485D2F5B19A42DEC4B
SSDEEP1536:f8tXQmVZoBPHhhfBlNBPcxBBj0BgxBHBnBCSBIoFoISCthr2do27:f81QmVQPz5lPcn9OgnhBCQZFS
TLSHT13363E946B696C9BBF6A155B913C69B311620C105A4A3E3E1B70C778B3C3B2D13F2A375
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