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