mark doerr

Results 31 comments of mark doerr

@AMontagu, I fully support this reature request. Right now, I am using a "decorator" workaround, e.g.: ``` # filter_decorator.py import functools import json import lara_django_samples_grpc.v1.lara_django_samples_pb2 as lara_django_samp_pb2 def dict_filter(func): @functools.wraps(func)...