📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 21:23:36
📂
/ (Root)
/
lib
/
python3.8
/
site-packages
/
setuptools
/
_vendor
/
__pycache__
📍 /lib/python3.8/site-packages/setuptools/_vendor/__pycache__
🔄 Refresh
✏️
Editing: ordered_set.cpython-38.pyc
Read Only
U �Qab; � @ s| d Z ddlZddlmZ zddlmZmZ 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"