DebugClients/Python/DebugBase.py

changeset 5674
a0ad2dcb27f9
parent 5667
86554f131048
child 5684
a46555ca12bc
equal deleted inserted replaced
5673:f6687c4c665a 5674:a0ad2dcb27f9
65 65
66 # cache for fixed file names 66 # cache for fixed file names
67 _fnCache = {} 67 _fnCache = {}
68 68
69 # Stop all timers, when greenlets are used 69 # Stop all timers, when greenlets are used
70 pollTimerEnabled = True 70 pollTimerEnabled = True
71 71
72 def __init__(self, dbgClient): 72 def __init__(self, dbgClient):
73 """ 73 """
74 Constructor 74 Constructor
75 75

eric ide

mercurial