pub(crate) type Getter = for<'py> unsafe fn(Python<'py>, *mut PyObject) -> PyResult<*mut PyObject>;
Class getter / setters