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