Which typing construct captures a callable’s complete parameter signature so a decorator …

from Python
intermediate 1 min

Which typing construct captures a callable’s complete parameter signature so a decorator can preserve it?

Report an error