RefactoringRope/ProgressHandle.py

changeset 360
2b35968f3d02
parent 347
b5048b5ff454
child 365
f740b50380df
equal deleted inserted replaced
359:5e0c63a80d6a 360:2b35968f3d02
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 JsonClient 24 @type E5JsonClient
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