Home
last modified time | relevance | path

Searched defs:__Pyx_IsCyOrPyCFunction (Results 1 – 10 of 10) sorted by relevance

/dports/devel/py-gevent/gevent-21.8.0/src/gevent/_generated_include/
H A DCythonFunctionShared_proto_4ebc9843e45f26aba8eae1b948cd62a00d838de4.h57 #define __Pyx_IsCyOrPyCFunction(obj) __Pyx_TypeCheck2(obj, __pyx_CyFunctionType, &PyCFunction_Type) macro
/dports/lang/cython-devel/cython-2b1e743/Cython/Utility/
H A DCythonFunction.c75 #define __Pyx_IsCyOrPyCFunction(obj) __Pyx_TypeCheck2(obj, __pyx_CyFunctionType, &PyCFunction_Type) macro
/dports/devel/py-rapidfuzz/rapidfuzz-1.8.0/src/
H A Dcpp_utils.cpp1530 #define __Pyx_IsCyOrPyCFunction(obj) __Pyx_TypeCheck2(obj, __pyx_CyFunctionType, &PyCFunction_Type) macro
H A Dcpp_fuzz.cpp1721 #define __Pyx_IsCyOrPyCFunction(obj) __Pyx_TypeCheck2(obj, __pyx_CyFunctionType, &PyCFunction_Type) macro
H A Dcpp_process_cdist.cpp2077 #define __Pyx_IsCyOrPyCFunction(obj) __Pyx_TypeCheck2(obj, __pyx_CyFunctionType, &PyCFunction_Type) macro
H A Dcpp_string_metric.cpp1834 #define __Pyx_IsCyOrPyCFunction(obj) __Pyx_TypeCheck2(obj, __pyx_CyFunctionType, &PyCFunction_Type) macro
H A Dcpp_process.cpp2013 #define __Pyx_IsCyOrPyCFunction(obj) __Pyx_TypeCheck2(obj, __pyx_CyFunctionType, &PyCFunction_Type) macro
/dports/comms/py-hidapi/hidapi-0.11.0.post2/
H A Dhid.c1543 #define __Pyx_IsCyOrPyCFunction(obj) __Pyx_TypeCheck2(obj, __pyx_CyFunctionType, &PyCFunction_Type) macro
/dports/databases/py-psycopg-c/psycopg-c-3.0.5/psycopg_c/
H A Dpq.c1938 #define __Pyx_IsCyOrPyCFunction(obj) __Pyx_TypeCheck2(obj, __pyx_CyFunctionType, &PyCFunction_Type) macro
H A D_psycopg.c4830 #define __Pyx_CyFunction_Check(obj) __Pyx_TypeCheck(obj, __pyx_CyFunctionType)