📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 22:24:48
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
setuptools
/
_vendor
/
__pycache__
📍 /opt/alt/python37/lib/python3.7/site-packages/setuptools/_vendor/__pycache__
🔄 Refresh
✏️
Editing: ordered_set.cpython-37.pyc
Read Only
B ��Re; � @ s| d Z ddlZddlmZ yddlmZmZ W n$ ek rP ddlmZmZ Y nX e d�Z dZdd� ZG dd � d ee�Z dS ) z� An OrderedSet is a custom MutableSet that remembers its order, so that every entry has an index that can be looked up. Based on a recipe originally posted to ActiveState Recipes by Raymond Hettiger, and released under the MIT license. � N)�deque)� MutableSet�Sequencez3.1c C s"