diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-01-13 13:54:15 -0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-02-06 13:11:25 -0500 |
commit | 0ead2e10db96a75361acdbaa716d507807d205f5 (patch) | |
tree | e32ce7952fbc64e9669e1d4664851a33c6887131 /mesonbuild/backend/backends.py | |
parent | bb2124084dac10682a26311e969f88aaaca3e910 (diff) | |
download | meson-0ead2e10db96a75361acdbaa716d507807d205f5.zip meson-0ead2e10db96a75361acdbaa716d507807d205f5.tar.gz meson-0ead2e10db96a75361acdbaa716d507807d205f5.tar.bz2 |
interpreterbase: Add a helper method for typing positional arguments
We don't do a very good job of type checking in the interpreter,
sometimes we leave it to the mid layers of backends to do that (layering
violations) and sometimes we just don't check them at all. When we do
check them it's a ton of boilerplate and complicates the code. This
should help quite a bit.
Diffstat (limited to 'mesonbuild/backend/backends.py')
0 files changed, 0 insertions, 0 deletions