def action_events_get(context, action_id):
events = model_query(context, models.InstanceActionEvent).\
filter_by(action_id=action_id).\
order_by(desc("created_at"), desc("id")).\
all()
return events
api.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录