Searched refs:get_actions (Results 1 - 5 of 5) sorted by relevance

/pkg/src/modules/client/
H A Dpkgplan.py290 def get_actions(self): member in class:PkgPlan
H A Dplandesc.py634 def get_actions(self): member in class:PlanDescription
H A Dimageplan.py1496 if path not in self.get_actions("file") \
1497 and path not in self.get_actions("hardlink") \
1498 and path not in self.get_actions("link"):
3087 """This is the default function used by get_actions when
3095 """Keyfunc used in evaluate when calling get_actions
3100 def get_actions(self, name, key=None): member in class:ImagePlan
4558 l_actions = self.get_actions("hardlink",
/pkg/src/modules/actions/
H A Ddriver.py206 driver_actions = image.imageplan.get_actions("driver")
/pkg/src/
H A Dclient.py936 for a in plan.get_actions():

Completed in 130 milliseconds