/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Lib/python/std_string.i
7 строк
214 B
Nerixyz
Python: Map more primitives for PEP 484 annotations
23 июл 2026, 19:30
23 июл 2026, 19:30
42942f4
Код
Авторство
О чём код?
%include <typemaps/std_string.swg> #ifdef SWIG_STD_STRING %typemap(pytyping) std::string, std::string const & "str" #else %typemap(pytyping) std::string, std::string const & "typing.Union[str, typing.Any]" #endif