mirror of
https://github.com/tromey/gdb-gui.git
synced 2026-01-04 23:50:08 +01:00
Run black
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
import gdb
|
||||
|
||||
|
||||
class _Event(object):
|
||||
def __init__(self):
|
||||
self.funcs = []
|
||||
@@ -29,5 +30,6 @@ class _Event(object):
|
||||
for fun in self.funcs:
|
||||
fun(*args, **kwargs)
|
||||
|
||||
|
||||
frame_changed = _Event()
|
||||
location_changed = _Event()
|
||||
|
||||
Reference in New Issue
Block a user