/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
Doc/c-api/utilities.rst
21 строка
410 B
Stéphane Wirtel
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
17 май 2019, 12:55
17 май 2019, 12:55
cbb6484
Код
Авторство
О чём код?
.. 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 reflection.rst codec.rst