Nuacht

The top level class wraps methods provided by collections.UserList and provides its own __new__ function which calls the UserList__init__ function, thus there is no need for any of the subclasses to ...
When a class derives from a base class marked with dataclass_transform and the derived class has no fields, mypy incorrectly infers that the derived class does not provide its own constructor. This ...