https://github.com/python/cpython
Raw File
Tip revision: 000593c0f97ac9b75b56064a957b84a3aaa60674 authored by Ned Deily on 16 March 2022, 13:27:21 UTC
3.7.13
Tip revision: 000593c
abc.py
from _collections_abc import *
from _collections_abc import __all__
back to top