gpt4 book ai didi

python-3.x - 预期整数类型 : Python 3. 5 类型提示和 Pycharm

转载 作者:行者123 更新时间:2023-12-01 05:02:35 26 4
gpt4 key购买 nike

用户创建的类应该如何在 Python 3.5 的类型提示中表示?

from typing import List
from debt import Debt

class Debts:
def __init__(self, debts: List[Debt]): # Expected Integral type
self.overall = debts

我知道typing.TypeVar,但PyCharm 也给了我同样的错误。我错过了什么?

最佳答案

PyCharm 5 显然已经完全支持 Python 3.5 的类型提示。

关于python-3.x - 预期整数类型 : Python 3. 5 类型提示和 Pycharm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31644767/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com