/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.11.15
Doc/library/python.rst
27 строк
480 B
Eric V. Smith
bpo-32216: Add documentation for dataclasses (GH-6886)
16 май 2018, 11:20
Не верифицирован
16 май 2018, 11:20
98d50cb
Код
Авторство
О чём код?
.. _python: *********************** Python Runtime Services *********************** The modules described in this chapter provide a wide range of services related to the Python interpreter and its interaction with its environment. Here's an overview: .. toctree:: sys.rst sysconfig.rst builtins.rst __main__.rst warnings.rst dataclasses.rst contextlib.rst abc.rst atexit.rst traceback.rst __future__.rst gc.rst inspect.rst site.rst