标签: python python-3.x
我遇到了具有以下功能定义的库代码
def __init__(self, config: 'Configuration') -> None:
该语法对Python 3有效,但对Python 2.7无效。所以我的问题是上述代码中的 config:“配置” 和->无是什么意思?