/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Doc/c-api/utilities.rst
24 строки
450 B
Petr Viktorin
gh-110850: Add PyTime_t C API (GH-115215)
12 фев 2024, 20:13
Не верифицирован
12 фев 2024, 20:13
879f454
Код
Авторство
О чём код?
.. 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 time.rst perfmaps.rst