Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Dcapsule.rst77 return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
87 return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
97 code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or
114 .. c:function:: int PyCapsule_IsValid(PyObject *capsule, const char *name)
122 In other words, if :c:func:`PyCapsule_IsValid` returns a true value, calls to
/third_party/python/Objects/
Dcapsule.c68 PyCapsule_IsValid(PyObject *o, const char *name) in PyCapsule_IsValid() function
238 if (PyCapsule_IsValid(object, name)) { in PyCapsule_Import()
/third_party/python/Include/
Dpycapsule.h41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
/third_party/python/Modules/cjkcodecs/
Dcjkcodecs.h374 else if (!PyCapsule_IsValid(o, PyMultibyteCodec_CAPSULE_NAME)) { in importmap()
Dmultibytecodec.c1951 if (!PyCapsule_IsValid(arg, PyMultibyteCodec_CAPSULE_NAME)) { in _multibytecodec___create_codec()
/third_party/python/PC/
Dpython3dll.c127 EXPORT_FUNC(PyCapsule_IsValid)
/third_party/python/Doc/data/
Dstable_abi.dat54 function,PyCapsule_IsValid,3.2,
Drefcounts.dat176 PyCapsule_IsValid:int:::
177 PyCapsule_IsValid:PyObject*:capsule:0:
178 PyCapsule_IsValid:const char*:name::
/third_party/python/Modules/_ctypes/
Dcallproc.c157 if (!PyCapsule_IsValid(errobj, CTYPES_CAPSULE_NAME_PYMEM)) { in _ctypes_get_errobj()
/third_party/python/Misc/
Dstable_abi.txt386 function PyCapsule_IsValid
/third_party/python/Doc/whatsnew/
D2.7.rst2299 if (!PyCapsule_IsValid(capsule, "mymodule.CAPI") {
2307 If a different capsule was passed in, :c:func:`PyCapsule_IsValid` would
/third_party/python/Modules/
Dposixmodule.c14556 if (!PyCapsule_IsValid(cookie, "DLL directory cookie")) { in os__remove_dll_directory_impl()