Home
last modified time | relevance | path

Searched defs:Py_XSETREF (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dobject.h349 #define Py_XSETREF(dst, src) \ macro
357 #define Py_XSETREF(dst, src) \ macro
/external/pytorch/torch/csrc/utils/
Dpythoncapi_compat.h101 #define Py_XSETREF(dst, src) \ macro