[Python] fix api file name & api var name (#11051)

* fix api filename

* fix PythonCodeGen toApiVarName

* add samples change
This commit is contained in:
jiangyuan
2022-02-14 11:27:13 +08:00
committed by GitHub
parent 140f633655
commit dce8b80af7
37 changed files with 1495 additions and 36 deletions

View File

@@ -61,7 +61,7 @@ petstore_api/__init__.py
petstore_api/api/__init__.py
petstore_api/api/another_fake_api.py
petstore_api/api/fake_api.py
petstore_api/api/fake_classname_tags_123_api.py
petstore_api/api/fake_classname_tags123_api.py
petstore_api/api/pet_api.py
petstore_api/api/store_api.py
petstore_api/api/user_api.py