Home
last modified time | relevance | path

Searched defs:PyWeakref_Check (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dweakrefobject.h52 #define PyWeakref_Check(op) \ macro
/external/python/cpython3/Include/
Dweakrefobject.h54 #define PyWeakref_Check(op) \ macro
/external/python/pybind11/include/pybind11/
Dpytypes.h1164 PYBIND11_OBJECT_DEFAULT(weakref, object, PyWeakref_Check) in PYBIND11_OBJECT_DEFAULT() argument