edgedb-python
edgedb-python copied to clipboard
`Model.update()` signature needs love
Currently:
We want the signature to be as short as possible in the IDE
Something[str]=GoodName
str | Unset=unset
str | Unspecified=unspecified # we have a winner!
str | NotPassed=not_passed
str | Unspec=unspec
In general this applies to everything - review other generated methods.