[pushed] gdb/testsuite: format some Python files
Checks
Commit Message
Format with black.
Change-Id: I28e79e9da07ea29391ad1942047633960fa72ed2
---
gdb/testsuite/gdb.python/py-pp-cast.py | 1 +
gdb/testsuite/gdb.python/py-pp-re-notag.py | 1 +
gdb/testsuite/gdb.python/py-prettyprint-stub.py | 1 +
3 files changed, 3 insertions(+)
base-commit: fc14343205d3a68db1fc139e4af9796be208fab4
@@ -15,6 +15,7 @@
import gdb.printing
+
class PpIntPrinter(object):
def __init__(self, val):
self.val = val
@@ -18,6 +18,7 @@ from time import asctime, gmtime
import gdb # silence pyflakes
import gdb.printing
+
class TimePrinter:
def __init__(self, val):
self.val = val
@@ -18,6 +18,7 @@
import gdb.printing
+
class SPrinter:
def __init__(self, val):
self.val = val