[Bug] [Python] Fix #2092 python docs example quoting (#2669)

* replaced setParameterExampleValue method

* removed old method

* fixed bool, test fix for objects

* continued fix

* double override

* regenerated petstore client

* regenerated oas3 sample

* updated asyncio and tornado generated clients for CI
This commit is contained in:
Tim Bedard
2019-04-16 21:49:50 -05:00
committed by William Cheng
parent 4b84821506
commit 3d92ea0eda
5 changed files with 29 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ from pprint import pprint
# create an instance of the API class
api_instance = petstore_api.UserApi()
body = NULL # list[User] | List of user object
body = None # list[User] | List of user object
try:
# Creates list of users with given input array
@@ -124,7 +124,7 @@ from pprint import pprint
# create an instance of the API class
api_instance = petstore_api.UserApi()
body = NULL # list[User] | List of user object
body = None # list[User] | List of user object
try:
# Creates list of users with given input array