Home
last modified time | relevance | path

Searched refs:PyCapsule_IsValid (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dcapsule.rst76 return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
86 return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
96 code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
113 .. c:function:: int PyCapsule_IsValid(PyObject *capsule, const char *name)
121 In other words, if :c:func:`PyCapsule_IsValid` returns a true value, calls to
/external/python/cpython3/Doc/c-api/
Dcapsule.rst76 return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
86 return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
96 code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
113 .. c:function:: int PyCapsule_IsValid(PyObject *capsule, const char *name)
121 In other words, if :c:func:`PyCapsule_IsValid` returns a true value, calls to
/external/python/cpython3/Objects/
Dcapsule.c68 PyCapsule_IsValid(PyObject *o, const char *name) in PyCapsule_IsValid() function
238 if (PyCapsule_IsValid(object, name)) { in PyCapsule_Import()
/external/python/cpython2/Objects/
Dcapsule.c68 PyCapsule_IsValid(PyObject *o, const char *name) in PyCapsule_IsValid() function
238 if (PyCapsule_IsValid(object, name)) { in PyCapsule_Import()
/external/python/cpython3/Include/
Dpycapsule.h41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
/external/python/cpython2/Include/
Dpycapsule.h41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
/external/python/cpython2/Doc/includes/
Dcapsulethunk.h24 #define PyCapsule_IsValid(capsule, name) (PyCObject_Check(capsule)) macro
/external/python/cpython3/Doc/includes/
Dcapsulethunk.h24 #define PyCapsule_IsValid(capsule, name) (PyCObject_Check(capsule)) macro
/external/python/cpython2/PC/os2vacpp/
Dpython.def99 PyCapsule_IsValid
/external/python/cpython3/Modules/cjkcodecs/
Dcjkcodecs.h372 else if (!PyCapsule_IsValid(o, PyMultibyteCodec_CAPSULE_NAME)) { in importmap()
Dmultibytecodec.c1863 if (!PyCapsule_IsValid(arg, PyMultibyteCodec_CAPSULE_NAME)) { in _multibytecodec___create_codec()
/external/python/cpython2/Modules/cjkcodecs/
Dcjkcodecs.h369 else if (!PyCapsule_IsValid(o, PyMultibyteCodec_CAPSULE_NAME)) { in importmap()
Dmultibytecodec.c1782 if (!PyCapsule_IsValid(arg, PyMultibyteCodec_CAPSULE_NAME)) { in __create_codec()
/external/python/cpython3/Doc/howto/
Dcporting.rst230 * The name parameter passed in to :c:func:`PyCapsule_IsValid` and
/external/python/cpython2/Doc/howto/
Dcporting.rst230 * The name parameter passed in to :c:func:`PyCapsule_IsValid` and
/external/python/cpython3/PC/
Dpython3.def53 PyCapsule_IsValid=python37.PyCapsule_IsValid
/external/python/cpython2/PC/os2emx/
Dpython27.def219 "PyCapsule_IsValid"
/external/python/cpython3/Doc/data/
Drefcounts.dat176 PyCapsule_IsValid:int:::
177 PyCapsule_IsValid:PyObject*:capsule:0:
178 PyCapsule_IsValid:const char*:name::
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc50 if (!PyCapsule_IsValid(capsule, name)) { in RegisterCpuCustomCallTarget()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c151 if (!PyCapsule_IsValid(errobj, CTYPES_CAPSULE_NAME_PYMEM)) { in _ctypes_get_errobj()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c153 if (!PyCapsule_IsValid(errobj, CTYPES_CAPSULE_ERROROBJ)) { in CTYPES_CAPSULE_INSTANTIATE_DESTRUCTOR()
/external/python/cpython3/Doc/whatsnew/
D2.7.rst2299 if (!PyCapsule_IsValid(capsule, "mymodule.CAPI") {
2307 If a different capsule was passed in, :c:func:`PyCapsule_IsValid` would
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2275 if (!PyCapsule_IsValid(capsule, "mymodule.CAPI") {
2283 If a different capsule was passed in, :c:func:`PyCapsule_IsValid` would