Paul Rubin <no.email@nospam.invalid> writes: > If there's only one annotation it can take a dictionary without an outer > one. If there's more than one annotation
Hmm, I see what you might be getting at: the decorators run innermost-first so only the outer ones can tell if there are multiple ones without some pretty bad extra hair. There's probably a way around this. I'll think about it some more some other time. -- https://mail.python.org/mailman/listinfo/python-list