swig/Lib/python/std_string.i

8 lines
214 B
OpenEdge ABL

%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