pygobject-stubs icon indicating copy to clipboard operation
pygobject-stubs copied to clipboard

fix: TypeTag.ARRAY allow `bytes` as input

Open phistep opened this issue 11 months ago • 0 comments

See #198.

To check the result,

python tools/generate.py GLib 2.0 2>/dev/null| grep "class Bytes" -A 23 | grep 'def new('
    def new(cls, data: typing.Optional[typing.Union[typing.Sequence[int], bytes]] = None) -> Bytes: ...

phistep avatar Nov 14 '24 10:11 phistep