/
githubmirror
/
rpm
Обзор
Документация
Войти
/
githubmirror
/
rpm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
python/rpmte-py.h
11 строк
206 B
Petr Viktorin
Python module isolation: Get the module state
23 июн 2025, 17:58
23 июн 2025, 17:58
83e621b
Код
Авторство
О чём код?
#ifndef H_RPMTE_PY #define H_RPMTE_PY #include <rpm/rpmte.h> typedef struct rpmteObject_s rpmteObject; extern PyType_Spec rpmte_Type_Spec; PyObject * rpmte_Wrap(PyTypeObject *subtype, rpmte te); #endif