picop.cyconversion#
Conversion helpers.
- picop.cyconversion.conv_cstr_to_double(s)#
Parse
sas a C double viaPyOS_string_to_double.Notes
smust bebyteswith no surrounding whitespace. Alias ofconv_string_to_double(prefer*_cstrnaming). See Safety.
- picop.cyconversion.conv_stricmp(s1, s2)#
Case-insensitive C-string compare via
PyOS_stricmp.Notes
s1/s2must bebytes, notstr.