Slavek Kabrda 336521b464
[Python-experimental] Don't mandate passing in required value as argument (#7424)
* [Python-experimental] Don't mandate passing in required value as argument

* Remove usage of have_value

* Address additional review comments

* Fix tests according to the code change

* Does not set None as value initial value, removes hasRequired tag usage, updates docstring

Co-authored-by: Justin Black <justin.a.black@gmail.com>
2020-09-29 10:56:52 -07:00

376 B

EnumClass

Properties

Name Type Description Notes
value str defaults to "-efg", must be one of ["_abc", "-efg", "(xyz)", ]

[Back to Model list] [Back to API list] [Back to README]