如果我的提问听起来很愚蠢,我很抱歉,但我没有长时间使用sql提示,我正在为学校复习一些章节的复习工作。我很难把我的头围绕在他们身上。SELECT DAYOFWEEK, DAILY_TOTAL SELECT T.DAYOFWEEK, CUME_DIST() OVER (ORDER BY SUM(AF.TOTAL_NUM_OF_AUCTIONS) ASC) AS P
我希望获得这个类的特定绑定版本的类型提示,例如 # I would like to get back: {'some_property': str, 'some_other_property': int}
hints= typing.get_type_hints(Test[int,str]) 不幸的是,这在Python3.9中不起作用,引发了一个类型错误"Testint,str is not a module,class现在,我可以做像这样的事情 hints = typing.get_typ