Searched refs:PyString_Check (Results 1 – 8 of 8) sorted by relevance
33 #define PyBytes_Check PyString_Check
65 filename_ok = (module != nullptr && PyString_Check(module)); in GetEventName()
30 #define PY_STRING_CHECK(x) (PyString_Check(x) || PyUnicode_Check(x))
32 #define PY_STRING_CHECK(x) (PyString_Check(x) || PyUnicode_Check(x))
820 } else if (PyString_Check($input)) {
753 #define PyString_Check(name) PyBytes_Check(name) macro2946 if (PyString_Check(name)) { in SWIG_Python_NonDynamicSetAttr()2952 if (!PyString_Check(name)) in SWIG_Python_NonDynamicSetAttr()2971 if (PyString_Check(name)) { in SWIG_Python_NonDynamicSetAttr()3073 if (PyString_Check(obj)) in SWIG_AsCharPtrAndSize()
101 PyString_Check(o) || in IsString()
2873 if (PyString_Check(obj)) in SWIG_AsCharPtrAndSize()