/opt/alt/python311/lib64/python3.11/collections/__pycache__
Edit: /opt/alt/python311/lib64/python3.11/collections/__pycache__/__init__.cpython-311.pyc (78231B)
§
A•TBÌB6Üã óî — d Z g d¢ZddlZddlZddlmZ ddlmZ ddlm
Z ddlm
Z ddlmZ dd lmZ dd
lmZ ddlmZ ddlmZ ej e¦ « n# e$ r Y nw xY w dd
lmZ n# e$ r Y nw xY w G d„ dej ¦ « Z! G d„ dej" ¦ « Z# G d„ dej$ ¦ « Z% G d„ de&¦ « Z' G d„ de(¦ « Z) ddlm)Z) n# e$ r Y nw xY w ddlm*Z* n# e$ r d„ Z*Y nw xY wddddœd„Z+d„ Z, ddlm,Z, n# e$ r Y nw xY w G d „ d!e(¦ « Z- G d"„ d#ej. ¦ « Z/ G d$„ d%ej. ¦ « Z0 G d&„ d'ej ¦ « Z1 G d(„ d)ej2 ¦ « Z3dS )*a? This module implements specialized container datatypes providing
alternatives to Python's general purpose built-in containers, dict,
list, set, and tuple.
* namedtuple factory function for creating tuple subclasses with named fields
* deque list-like container with fast appends and pops on either end
* ChainMap dict-like class for creating a single view of multiple mappings
* Counter dict subclass for counting hashable objects
* OrderedDict dict subclass that remembers the order entries were added
* defaultdict dict subclass that calls a factory function to supply missing values
* UserDict wrapper around dictionary objects for easier dict subclassing
* UserList wrapper around list objects for easier list subclassing
* UserString wrapper around string objects for easier string subclassing
) ÚChainMapÚCounterÚOrderedDictÚUserDictÚUserListÚ
UserStringÚdefaultdictÚdequeÚ
namedtupleé N)Úchain)Úrepeat)Ústarmap)Ú iskeyword)Úeq)Ú
itemgetter)Úrecursive_repr)Úproxy)r )r c ó — e Zd Zd„ ZdS )Ú_OrderedDictKeysViewc # ó> K — t | j ¦ « E d {V —† d S ©N©ÚreversedÚ_mapping©Úselfs ú;/opt/alt/python311/lib64/python3.11/collections/__init__.pyÚ__reversed__z!_OrderedDictKeysView.__reversed__<