Home
last modified time | relevance | path

Searched refs:PyBytes_Check (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/pyuno/inc/pyuno/
H A Dpyuno.hxx47 #ifndef PyBytes_Check
48 #define PyBytes_Check PyString_Check macro
/aoo41x/main/pyuno/source/module/
H A Dpyuno_runtime.cxx749 else if (PyBytes_Check (o)) in pyObject2Any()
771 if( PyBytes_Check( str.get() ) ) in pyObject2Any()
H A Dpyuno_impl.hxx56 #define PYSTR_CHECK PyBytes_Check
H A Dpyuno_module.cxx231 if( !PyBytes_Check( obj ) && ! PyUnicode_Check(obj)) in extractOneStringArg()

Completed in 29 milliseconds