forked from loafle/openapi-generator-original
[python] Update Markdown files for Models with fixed Python print() syntax (#17993)
* Update Markdown file with fixed Python example * ./bin/generate-samples.sh ./bin/configs/*.yaml
This commit is contained in:
@@ -17,7 +17,7 @@ json = "{}"
|
||||
# create an instance of TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter from a JSON string
|
||||
test_query_style_form_explode_true_array_string_query_object_parameter_instance = TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.from_json(json)
|
||||
# print the JSON string representation of the object
|
||||
print TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.to_json()
|
||||
print(TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.to_json())
|
||||
|
||||
# convert the object into a dict
|
||||
test_query_style_form_explode_true_array_string_query_object_parameter_dict = test_query_style_form_explode_true_array_string_query_object_parameter_instance.to_dict()
|
||||
|
||||
Reference in New Issue
Block a user