diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-01-12 11:42:47 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-01-13 13:32:48 -0800 |
commit | 96d7f6c7cd46a3f13b06e962fc18a8013b22082b (patch) | |
tree | 5aefa3122858044dd369440e69b1797e6a6f50bd /mesonbuild/minstall.py | |
parent | e36aca42d0980ce4b43e5753d798c986135e9f43 (diff) | |
download | meson-96d7f6c7cd46a3f13b06e962fc18a8013b22082b.zip meson-96d7f6c7cd46a3f13b06e962fc18a8013b22082b.tar.gz meson-96d7f6c7cd46a3f13b06e962fc18a8013b22082b.tar.bz2 |
backends/backends: Add type annotations for InstallData
This adds enough type annotations for InstallData and friends to make
minstall happy. There is also a small change in that I've replaced the
List[List] with List[Tuple], as tuples are more appropraite data types
for the information (fixed length, position matters, different types at
different indexes)
Diffstat (limited to 'mesonbuild/minstall.py')
0 files changed, 0 insertions, 0 deletions