/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
contrib/python/contourpy/src/mpl_kind_code.h
17 строк
250 B
Anton Myagkov
Update ydb version to 24.4 (#4579)
07 фев 2026, 11:59
Не верифицирован
07 фев 2026, 11:59
2c21cae
Код
Авторство
О чём код?
// Enum for kind codes used in Matplotlib Paths. #ifndef MPL_KIND_CODE #define MPL_KIND_CODE namespace contourpy { typedef enum { MOVETO = 1, LINETO = 2, CLOSEPOLY = 79 } MplKindCode; } // namespace contourpy #endif // MPL_KIND_CODE