Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
D_testcppext.cpp36 class StrongRef class
39 StrongRef(PyObject *obj) : m_obj(obj) { in StrongRef() function in StrongRef