[Python] fixes __setitem__ throwing an error for composed instance (#10197)

* adding a test for issues 10083

* commiting the generated files

* fix for the setattr issue

* commit generated files

Co-authored-by: Aanisha Mishra <aanisha.mishra05@gmail.com>
This commit is contained in:
Vikrant Balyan
2021-08-22 23:14:19 +05:30
committed by GitHub
parent bee8b615a5
commit f2e994271f
18 changed files with 415 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ docs/IntegerEnum.md
docs/IntegerEnumOneValue.md
docs/IntegerEnumWithDefaultValue.md
docs/IsoscelesTriangle.md
docs/Legs.md
docs/List.md
docs/Mammal.md
docs/MapTest.md
@@ -170,6 +171,7 @@ petstore_api/model/integer_enum.py
petstore_api/model/integer_enum_one_value.py
petstore_api/model/integer_enum_with_default_value.py
petstore_api/model/isosceles_triangle.py
petstore_api/model/legs.py
petstore_api/model/list.py
petstore_api/model/mammal.py
petstore_api/model/map_test.py