标签:nts tps data model 报错 positive numbers 形式 mil
该功能在编译器报错的时候启用,并以为http服务的形式提供为给/后端调用。输入为:
{
"code": "import ...",
"error": "NameError Trackback ...."
}
输出为:
{
"code": 200,
"msg": "",
"data": {
"hints": [
{
"line": 20,
"col": -1,
"hint": "The <code>sqrt()</code> accepts only positive numbers\nSee balabala\n<a href=''>link</a>\n"
}
]
}
}
这里展示了对于常见的初级错误,该功能的运行效果(结果较多,这里选取两个展示):
此功能实在Pycee的基础上修改而来。
标签:nts tps data model 报错 positive numbers 形式 mil
原文地址:https://www.cnblogs.com/charley-chai/p/11837107.html