https://github.com/python/cpython
Raw File
Tip revision: b74b1f36993a4e1700869133f3be13dd60ef4e40 authored by Ned Deily on 04 September 2021, 03:49:41 UTC
3.6.15
Tip revision: b74b1f3
abc.py
from _collections_abc import *
from _collections_abc import __all__
back to top