arcor2 icon indicating copy to clipboard operation
arcor2 copied to clipboard

Use ParamSpec for decorators etc.

Open ZdenekM opened this issue 2 years ago • 1 comments

The newest mypy 0.930 supports ParamSpec (PEP 612), which might be highly useful for e.g. run_in_executor, where otherwise function/method parameters are not checked properly.

ZdenekM avatar Dec 28 '21 16:12 ZdenekM