Add option to set recursion limit (#7491)

* add option to set recursion limit

* fix test failure

* update doc

* add tests

* add missing import

* rename option to recursionLimit
This commit is contained in:
William Cheng
2020-09-25 02:47:22 +08:00
committed by GitHub
parent 29ca272a95
commit 596bbb9c58
13 changed files with 45 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ sidebar_label: python
|packageUrl|python package URL.| |null|
|packageVersion|python package version.| |1.0.0|
|projectName|python project name in setup.py (e.g. petstore-api).| |null|
|recursionLimit|Set the recursion limit. If not set, use the system default value.| |null|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
|useNose|use the nose test framework| |false|