Preview: collections_abc.py
Size: 156 B
//proc/thread-self/root/opt/alt/python39/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py
__all__ = ["Mapping", "Sequence"]
try:
from collections.abc import Mapping, Sequence
except ImportError:
from collections import Mapping, Sequence
Directory Contents
Dirs: 1 × Files: 2