【发布时间】:2022-01-17 23:03:20
【问题描述】:
我正在实现这样的树
class A:
children: List[A]
但是在 PyCharm 中我得到 Unresolved reference 'A' 。有解决办法吗?
【问题讨论】:
标签: python python-3.x pycharm annotations
我正在实现这样的树
class A:
children: List[A]
但是在 PyCharm 中我得到 Unresolved reference 'A' 。有解决办法吗?
【问题讨论】:
标签: python python-3.x pycharm annotations
【讨论】: