Currently it seems all python type-checkers seem to have some limitation regarding either __new__ overloads or type.__call__ overloads.
see: #435
This issue tracks if we can come up with a better way to overload the constructor thats supported by all typecheckers.
xref / blocked-by:
Currently it seems all python type-checkers seem to have some limitation regarding either
__new__overloads ortype.__call__overloads.see: #435
This issue tracks if we can come up with a better way to overload the constructor thats supported by all typecheckers.
xref / blocked-by:
__new__astral-sh/ty#281__new__even if not a subclass python/mypy#15182