https://github.com/python/cpython
Raw File
Tip revision: de54cf5be371a6f5e2e9f208c38def5f81d3ef02 authored by Pablo Galindo on 02 April 2024, 08:24:04 UTC
Python 3.11.9
Tip revision: de54cf5
abc.py
from _collections_abc import *
from _collections_abc import __all__
from _collections_abc import _CallableGenericAlias
back to top