eric7/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py

branch
eric7
changeset 8356
68ec9c3d4de5
parent 8318
962bce857696
child 8881
54e42bc2437a
equal deleted inserted replaced
8355:8a7677a63c8d 8356:68ec9c3d4de5
41 41
42 def getActions(self): 42 def getActions(self):
43 """ 43 """
44 Public method to get a list of all actions. 44 Public method to get a list of all actions.
45 45
46 @return list of all actions (list of E5Action) 46 @return list of all actions (list of EricAction)
47 """ 47 """
48 return self.actions[:] 48 return self.actions[:]
49 49
50 def initActions(self): 50 def initActions(self):
51 """ 51 """

eric ide

mercurial