🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 12:41:42 | PHP 8.2.32
📂
/ (Root)
/
opt
/
alt
/
python310
/
lib
/
python3.10
/
site-packages
/
setuptools
/
_vendor
/
__pycache__
📍 /opt/alt/python310/lib/python3.10/site-packages/setuptools/_vendor/__pycache__
🔄 Refresh
✏️
Editing: ordered_set.cpython-310.pyc
Read Only
o Xai; � @ sz d Z ddlZddlmZ z ddlmZmZ W n ey' ddlmZmZ Y nw 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"