Home
last modified time | relevance | path

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

/trunk/main/pyuno/inc/pyuno/
H A Dpyuno.hxx47 #ifndef PyBytes_Check
48 #define PyBytes_Check PyString_Check macro
/trunk/main/pyuno/source/module/
H A Dpyuno_runtime.cxx716 if( PyBytes_Check( str.get() ) ) in pyObject2Any()