Home
last modified time | relevance | path

Searched refs:PyCapsule_GetName (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/
H A Dpycapsule.h37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule);
/third_party/python/Objects/
H A Dcapsule.c98 PyCapsule_GetName(PyObject *o) in PyCapsule_GetName() function
102 if (!is_legal_capsule(capsule, "PyCapsule_GetName")) { in PyCapsule_GetName()
/third_party/python/PC/
H A Dpython3dll.c128 EXPORT_FUNC(PyCapsule_GetName)
/third_party/python/Modules/
H A D_testcapimodule.c3266 } else if (PyCapsule_GetName(o) != capsule_name) { in capsule_destructor()

Completed in 12 milliseconds