RefactoringRope/ProgressHandle.py

branch
eric7
changeset 365
f740b50380df
parent 360
2b35968f3d02
child 374
958f34e97952
equal deleted inserted replaced
364:a92b3272f4c1 365:f740b50380df
19 def __init__(self, client, title, interruptable=True): 19 def __init__(self, client, title, interruptable=True):
20 """ 20 """
21 Constructor 21 Constructor
22 22
23 @param client reference to the JSON client 23 @param client reference to the JSON client
24 @type E5JsonClient 24 @type EricJsonClient
25 @param title title for the taskhandle 25 @param title title for the taskhandle
26 @type str 26 @type str
27 @param interruptable flag indicating, that the task may be 27 @param interruptable flag indicating, that the task may be
28 interrupted 28 interrupted
29 @type bool 29 @type bool

eric ide

mercurial