The mismatching types is probably because mypy thinks f is a method and therefore strips off the first argument (self).
確定! 回上一頁