Constructors
4 python typing-spec rules tagged constructors.
-
constructors_call_initConstructor call errors via__init__method -
constructors_call_newConstructor call type mismatch with specialized generic class -
constructors_call_typeInvalid constructor call viatypeTparameter -
constructors_callableInvalid call to a constructor-derived callable