Searched refs:AttributeAction (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/bundle/ |
H A D | SolarisPackageDirBundle.py | 34 from pkg.actions.attribute import AttributeAction namespace 278 actions.append(AttributeAction(name=name, 291 actions.append(AttributeAction(name="pkg.description", 294 actions.append(AttributeAction(name="pkg.summary",
|
/pkg/src/modules/actions/ |
H A D | attribute.py | 29 This module contains the AttributeAction class, which represents a single 38 class AttributeAction(generic.Action): class in inherits:generic.Action
|
/pkg/src/modules/ |
H A D | manifest.py | 52 from pkg.actions.attribute import AttributeAction namespace 505 yield "{0}\n".format(AttributeAction(None, 516 yield "{0}\n".format(AttributeAction(None, 616 yield "{0}\n".format(AttributeAction(None, 637 act = AttributeAction(None, 678 act = AttributeAction(None, 688 act = AttributeAction(None, name="pkg.sizes.common", 1527 new_attr = AttributeAction(None, name=key, value=value)
|
/pkg/src/ |
H A D | pkgdep.py | 198 msg(actions.attribute.AttributeAction(**{key: value}))
|
H A D | client.py | 2749 if isinstance(a, actions.attribute.AttributeAction): 2757 if isinstance(action, actions.attribute.AttributeAction): 2773 if not isinstance(action, actions.attribute.AttributeAction):
|
Completed in 33 milliseconds