gh-109413: libregrtest: Add and improve type annotations (#109405)

This commit is contained in:
Alex Waygood 2023-09-14 19:33:18 +01:00 committed by GitHub
parent 21e80f4c19
commit 3b9d10b031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 83 additions and 33 deletions

View file

@ -161,7 +161,7 @@ class Namespace(argparse.Namespace):
self.trace = False
self.coverdir = 'coverage'
self.runleaks = False
self.huntrleaks = False
self.huntrleaks: tuple[int, int, str] | None = None
self.rerun = False
self.verbose3 = False
self.print_slow = False