meson/mesonbuild/interpreterbase
Eli Schwartz 384151c541 migrate python 3.5 compatible superclass variable annotations to 3.6
As we now require python 3.6, we can declare their types without
initializing them.
2021-11-01 00:46:51 +02:00
..
__init__.py interpreter: Move RangeHolder out of interpreterbase to interpreter 2021-10-06 22:37:18 +02:00
_unholder.py interpreter: Holderify arrays and dicts 2021-10-06 22:37:18 +02:00
baseobjects.py fix various flake8 whitespace errors 2021-10-27 09:51:52 -04:00
decorators.py migrate python 3.5 compatible superclass variable annotations to 3.6 2021-11-01 00:46:51 +02:00
disabler.py interpreter: Simplify Disabler logic 2021-09-01 19:17:01 +02:00
exceptions.py interpreter: Split exception calsses from interpreterbase.py 2021-06-11 10:42:18 +02:00
helpers.py Remove helpers.check_stringlist() 2021-09-25 12:44:11 +02:00
interpreterbase.py Revert "mark a couple of typing-only imports as noqa, to appease pyflakes" 2021-10-27 09:51:52 -04:00
operator.py Fix typos discovered by codespell 2021-10-10 16:12:25 -04:00