Lines Matching defs:ScopedPythonObject
47 template <typename T> class ScopedPythonObject : PythonObject {
49 ScopedPythonObject(T *sb, swig_type_info *info)
51 ~ScopedPythonObject() {
55 ScopedPythonObject(ScopedPythonObject &&rhs)
57 ScopedPythonObject(const ScopedPythonObject &) = delete;
58 ScopedPythonObject &operator=(const ScopedPythonObject &) = delete;
59 ScopedPythonObject &operator=(ScopedPythonObject &&) = delete;
115 static python::ScopedPythonObject<lldb::SBCommandReturnObject>