pygeodes.utils.decorators.uses_session#

pygeodes.utils.decorators.uses_session(func: Callable)[source]#

This decorator, placed on a method from pygeodes.utils.request.SyncRequestMaker, opens an http session before executing the function and closes it after