ns errors like the following for all decorated methods:
"Untyped decorator makes function "send" untyped."

But this is not a normal function-base decorator, it's a class and it
doesn't have a __call__ method. When decorating the "base" method
__init__ is called, but of course its return type is None.
Ú