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