https://github.com/python/cpython
Raw File
Tip revision: db85d51d3ea4adfc6147d6af400e167659689eed authored by Pablo Galindo on 06 February 2024, 21:20:31 UTC
Python 3.11.8
Tip revision: db85d51
abc.py
from _collections_abc import *
from _collections_abc import __all__
from _collections_abc import _CallableGenericAlias
back to top