Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
allendowney
GitHub Repository: allendowney/cpython
Path: blob/main/Lib/collections/abc.py
12 views
1
from _collections_abc import *
2
from _collections_abc import __all__
3
from _collections_abc import _CallableGenericAlias
4
5