All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -43,10 +43,12 @@ class BaseExport PythonTypeExt
|
||||
public:
|
||||
explicit PythonTypeExt(Py::PythonType& type);
|
||||
|
||||
Py::PythonType&
|
||||
set_tp_descr_get(PyObject* (*tp_descr_get)(PyObject* self, PyObject* obj, PyObject* type));
|
||||
Py::PythonType&
|
||||
set_tp_descr_set(int (*tp_descr_set)(PyObject* self, PyObject* obj, PyObject* value));
|
||||
Py::PythonType& set_tp_descr_get(
|
||||
PyObject* (*tp_descr_get)(PyObject* self, PyObject* obj, PyObject* type)
|
||||
);
|
||||
Py::PythonType& set_tp_descr_set(
|
||||
int (*tp_descr_set)(PyObject* self, PyObject* obj, PyObject* value)
|
||||
);
|
||||
|
||||
private:
|
||||
Py::PythonType& pytype;
|
||||
|
||||
Reference in New Issue
Block a user