/
githubmirror
/
rpm
Обзор
Документация
Войти
/
githubmirror
/
rpm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
python/rpmarchive-py.h
12 строк
268 B
Petr Viktorin
Python module isolation: Get the module state
23 июн 2025, 17:58
23 июн 2025, 17:58
83e621b
Код
Авторство
О чём код?
#ifndef H_RPMARCHIVE_PY #define H_RPMARCHIVE_PY #include <rpm/rpmarchive.h> typedef struct rpmarchiveObject_s rpmarchiveObject; extern PyType_Spec rpmarchive_Type_Spec; PyObject * rpmarchive_Wrap(PyTypeObject *subtype, rpmfiles files, rpmfi archive); #endif