name | The name of the function as it will appear in Python. |
fn | The member function to wrap. |
MIN_ARGS | The minimum number of arguments this function can accept. |
fn_t | The type of the function. It is only useful to specify this if more than one function has the same name as this one. |
name | The name of the property as it will appear in Python. |
fn | The property to wrap. |
RO | Whether this is a read-only property. |