Hugo Rodde

Results 1 issues of Hugo Rodde

Check the `progress` object with `PyCallable_Check` which has the same signature than `PyFunction_Check`. > `int PyFunction_Check(PyObject *o)` > Return true if o is a function object (has type PyFunction_Type). The...