Shaun Ho
Results
1
comments of
Shaun Ho
I think I have a similar problem when trying to create class-based decorators with alternate constructors: ```python from __future__ import annotations import collections.abc import typing P = typing.ParamSpec("P") T_co =...