https://github.com/python/cpython
Raw File
Tip revision: 878ead1ac1651965126322c1b3d124faf5484dc6 authored by Pablo Galindo on 07 February 2023, 13:37:13 UTC
Python 3.11.2
Tip revision: 878ead1
abc.py
from _collections_abc import *
from _collections_abc import __all__
from _collections_abc import _CallableGenericAlias
back to top