Files
openapi-generator/docs
Maksym Melnychok b70edd7f1b [python] Add option to return None instead of raising exception when accessing unset attribute (#7784)
* add option to return None instead of raising exception when accessing unset attribute

* update python samples

* reimplement getattr using getitem or get depending on attrNoneIfUnset

* move getattr and setattr to respective templates

* update docstrings, def get/setattr methods to have docstrings in them, use __dict__ to avoid recursion issues

* revert required_properties change

* add manual tests for .get method
2020-10-25 09:13:22 -07:00
..
2020-08-04 18:25:25 +08:00
2020-05-31 23:03:12 +08:00
2020-02-11 21:22:58 +08:00
2020-06-22 11:32:24 +08:00
2020-02-11 21:22:58 +08:00
2018-06-20 00:29:17 -04:00