Home | History | Annotate | Download | only in python

Lines Matching defs:m_func

1104     : m_func (func.release ())
1109 : m_func (other.m_func)
1111 other.m_func = nullptr;
1115 : m_func (other.m_func)
1118 Py_XINCREF (m_func);
1124 Py_XDECREF (m_func);
1133 gdbpy_ref<> call_result (PyObject_CallObject (m_func, NULL));
1143 PyObject *m_func;