1 Star 15 Fork 4

yangyuexiong/Flask_BestPractices

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
all_reference.py 627 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangyuexiong 提交于 2021-12-15 16:00 . feat:优化-自定义异常
# -*- coding: utf-8 -*-
# @Time : 2021/4/21 下午4:44
# @Author : ShaHeTop-Almighty-ares
# @Email : yang6333yyx@126.com
# @File : all_reference.py
# @Software: PyCharm
import os
import threading
from time import time
from datetime import datetime, date
import requests
from flask_restful import Resource
from flask.views import MethodView
from flask import abort, render_template
from common.libs.api_result import api_result
from common.libs.customException import method_view_ab_code as ab_code
from common.libs.customException import flask_restful_ab_code as ab_code_2
from ExtendRegister.db_register import db
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yangyuexiong/Flask_BestPractices.git
git@gitee.com:yangyuexiong/Flask_BestPractices.git
yangyuexiong
Flask_BestPractices
Flask_BestPractices
master

搜索帮助