diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-08-04 13:22:08 -0700 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-08-04 19:09:08 -0400 |
commit | 386b312fa9ec00af7594fc41e100a2bdab884d8f (patch) | |
tree | 1c1593e3e3b24b090e8a66e737a37a43b462f2a5 /mesonbuild/compilers/compilers.py | |
parent | f4a1da01455bbfdc7e34f8d96638e69f91d4a4bb (diff) | |
download | meson-386b312fa9ec00af7594fc41e100a2bdab884d8f.zip meson-386b312fa9ec00af7594fc41e100a2bdab884d8f.tar.gz meson-386b312fa9ec00af7594fc41e100a2bdab884d8f.tar.bz2 |
interpreterbase/decorators: fix typed_kwargs return type
Because of the convertor function we have no guarantee that what we're
getting is in fact a `Dict[str, TYPE_var]`, it might well be anything in
the values, so we need to do some casting and set the return type to
object. This works out fine in practice as our declared `TypeDict`
inputs in the actual function signatures will be used instead.
Diffstat (limited to 'mesonbuild/compilers/compilers.py')
0 files changed, 0 insertions, 0 deletions