Friedhelm Matten

Results 1 comments of Friedhelm Matten

I tested following situation with partial: from functools import wraps def partial(f, *args, **kwargs): """ Wrapper for cron functions to inject corellation_id """ @wraps(f) async def partial_function(ctx): return await f(*args,...