Searched refs:action_types (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/lint/
H A Dpkglint_action.py349 action_types = set()
360 action_types.add(a.name)
379 if len(action_types) != 1:
639 action_types = set([])
647 action_types.add((action, pfmri))
663 action_types.add((action, pfmri))
679 if len(set([ac.name for ac, pfmri in action_types])) > 1:
681 for ac, pfmri in action_types:
/pkg/src/
H A Dpkgrepo.py1074 action_types = []
1083 action_types.extend(arg.split(","))
1126 if action_types:
1132 for a in m.gen_actions_by_types(action_types)
1153 if action_types and manifests and not got:
H A Dclient.py3288 action_types = []
3308 action_types.extend(arg.split(","))
3334 if action_types:
3336 for atype in action_types
3338 if invalid_atype == action_types:
3362 if not action_types:
3375 for atype in action_types):
3435 if action_types:
3441 for a in m.gen_actions_by_types(action_types,

Completed in 191 milliseconds