网站首页
编程语言
数据库
系统相关
其他分享
编程问答
subscriptable
2024-10-18
解决TypeError: 'NoneType' object is not subscriptable
1.捕获异常的方式try:img_list=img_list["name"]except:img_list=""2.对象进行判断ifimg_list:img_list=img_list["name"]else:img_list=""demotextJson=json.loads(res.text)#转json对象iftextJson:##整个对象都
2024-08-27
ptrade排坑日记——交易策略报错: ‘NoneType‘ object is not subscriptable 。
前言今天要和大家分享的一个问题是交易策略报错,希望大家在使用ptrade过程中遇见这个问题能够快速解决!一、问题描述交易策略报错: File"/home/fly/sim_backtest/result/412974e0-a014-11ee-8735-d4f5ef8c353c/user_strategy.py",line354,inocall_BS px_change_ra
2024-06-03
【Python】成功解决TypeError: ‘method’ object is not subscriptable
【Python】成功解决TypeError:‘method’objectisnotsubscriptable 下滑即可查看博客内容