GetProgressCallback¶
- globalmapper.GetProgressCallback() Swig function object [source]¶
Returns the current progress callback function, or None if no custom progress callback has been set.
Note
Since the function will be returned as a wrapped function object, it won’t be directly usable in Python.
- Returns:
the current function that is called during progress updates, or None
- Return type:
Swig function object