Gregory Smith
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Gregory Smith created a post, Extended object methods not appearing in autocomplete
When typing out the following code: from flask import Flaskfrom flask_restplus import Resource, Apiapp = Flask(__name__)api = Api(app)@api.route('/ping')class Ping(Resource): @staticmethod ...