/
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
pyrsistent
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/alt/python37/lib64/python3.7/site-packages/pyrsistent
Edit:
/opt/alt/python37/lib64/python3.7/site-packages/pyrsistent/_compat.py
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, )
Ukuran: 521 B