edgedb-python icon indicating copy to clipboard operation
edgedb-python copied to clipboard

`Model.update()` signature needs love

Open 1st1 opened this issue 7 months ago • 3 comments

Currently:

Image

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

1st1 avatar Jun 02 '25 18:06 1st1

In general this applies to everything - review other generated methods.

1st1 avatar Jun 02 '25 18:06 1st1

Image

1st1 avatar Jun 16 '25 19:06 1st1

Image

1st1 avatar Jun 16 '25 19:06 1st1