/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.10.20
Doc/c-api/objimpl.rst
17 строк
300 B
Stéphane Wirtel
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
17 май 2019, 12:55
17 май 2019, 12:55
cbb6484
Код
Авторство
О чём код?
.. highlight:: c .. _newtypes: ***************************** Object Implementation Support ***************************** This chapter describes the functions, types, and macros used when defining new object types. .. toctree:: allocation.rst structures.rst typeobj.rst gcsupport.rst