*Notes:
- mypy 1.19.1
- Python 3.14.0
mypy-internally in FuncBase class, the method name has_self_or_cls_argument() is wrong saying argument instead of parameter so it should be has_self_or_cls_parameter():
*Notes:
has_self_or_cls_argument-related wrong code should also be corrected.
From:
To:
has_self_or_cls_parameter
*Notes:
mypy-internally in
FuncBaseclass, the method namehas_self_or_cls_argument()is wrong sayingargumentinstead ofparameterso it should behas_self_or_cls_parameter():*Notes:
has_self_or_cls_argument-related wrong code should also be corrected.From:
has_self_or_cls_argumentTo:
has_self_or_cls_parameter