Searched defs:SafePyObjectT (Results 1 – 1 of 1) sorted by relevance
81 struct SafePyObjectT : private SafePyObject { struct82 SafePyObjectT(PyObject* data, c10::impl::PyInterpreter* pyinterpreter) in SafePyObjectT() function84 SafePyObjectT(SafePyObjectT&& other) noexcept : SafePyObject(other) {} in SafePyObjectT() argument86 SafePyObjectT& operator=(SafePyObjectT const&) = delete; argument