📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 00:01:17
📂
/ (Root)
/
opt
/
alt
/
python39
/
lib
/
python3.9
/
site-packages
/
setuptools
/
_vendor
/
__pycache__
📍 /opt/alt/python39/lib/python3.9/site-packages/setuptools/_vendor/__pycache__
🔄 Refresh
✏️
Editing: ordered_set.cpython-39.pyc
Read Only
a (�Re; � @ sz d Z ddlZddlmZ zddlmZmZ W n" eyN ddlmZmZ Y n0 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"