/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.12.13
Doc/c-api/utilities.rst
23 строки
438 B
Miss Islington (bot)
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) (#115589)
18 фев 2024, 00:18
Не верифицирован
18 фев 2024, 00:18
2763f38
Код
Авторство
О чём код?
.. highlight:: c .. _utilities: ********* Utilities ********* The functions in this chapter perform various utility tasks, ranging from helping C code be more portable across platforms, using Python modules from C, and parsing function arguments and constructing Python values from C values. .. toctree:: sys.rst import.rst marshal.rst arg.rst conversion.rst hash.rst reflection.rst codec.rst perfmaps.rst