Searched refs:weakref (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h1112 class weakref : public object { class in inherits:object
1114 PYBIND11_OBJECT_DEFAULT(weakref, object, PyWeakref_Check)
1115 explicit weakref(handle obj, handle callback = {}) function in class:weakref
H A Dpybind11.h1616 [patient](handle weakref) { patient.dec_ref(); weakref.dec_ref(); });
1618 weakref wr(nurse, disable_lifesupport);
1649 weakref((PyObject *) type, cpp_function([type](handle wr) {

Completed in 12 milliseconds