[Python] add hasConsumes/hasProduces to Python API template (#4419)

* add hasConsumes/hasProduces to python api template

* remove unused code in python

* fix isFile in the api doc (python)
This commit is contained in:
wing328
2016-12-18 17:20:10 +08:00
committed by GitHub
parent 7e67307bb4
commit 8ccf9828e4
8 changed files with 14 additions and 138 deletions

View File

@@ -14,6 +14,8 @@ Method | HTTP request | Description
To test \"client\" model
To test \"client\" model
### Example
```python
from __future__ import print_statement
@@ -137,6 +139,8 @@ void (empty response body)
To test enum parameters
To test enum parameters
### Example
```python
from __future__ import print_statement