// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
python36
/
lib
/
python3.6
/
site-packages
/
pip
/
_vendor
/
resolvelib
/
compat
[ PARENT ]
EDIT :: collections_abc.py
__all__ = ["Sequence"] try: from collections.abc import Sequence except ImportError: from collections import Sequence
SAVE
CANCEL