📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 22:35:25
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
pyrsistent
📍 /opt/alt/python37/lib64/python3.7/site-packages/pyrsistent
🔄 Refresh
✏️
Editing: _compat.py
Read Only
from six import string_types # enum compat try: from enum import Enum except: class Enum(object): pass # no objects will be instances of this class # collections compat try: from collections.abc import ( Container, Hashable, Iterable, Mapping, Sequence, Set, Sized, ) except ImportError: from collections import ( Container, Hashable, Iterable, Mapping, Sequence, Set, Sized, )
💾 Save Changes
❌ Cancel