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

/pkg/src/modules/client/
H A Dactuator.py78 "release-note": [(pkg.actions.generic.NSG, pkg.fmri.PkgFmri)],
86 "release-note": [(pkg.actions.generic.NSG, pkg.fmri.PkgFmri)],
94 "release-note": [(pkg.actions.generic.NSG, pkg.fmri.PkgFmri)],
H A Dpkgplan.py109 "src": pkg.actions.generic.NSG,
110 "dest": pkg.actions.generic.NSG,
H A Dplandesc.py82 pkg.actions.generic.NSG,
83 pkg.actions.generic.NSG,
161 pkg.actions.generic.NSG,
/pkg/src/modules/actions/
H A Dgeneric.py91 class NSG(type): class in inherits:type
119 nsg = NSG.__nsg
121 NSG.__nsg += 1
140 class Action(six.with_metaclass(NSG, object)):
168 # subclasses by the NSG metaclass.
185 __metaclass__ = NSG
/pkg/src/modules/
H A Dmanifest.py92 [ ( actions.generic.NSG, actions.generic.NSG ) ],
93 [ ( actions.generic.NSG, actions.generic.NSG ) ],
94 [ ( actions.generic.NSG, actions.generic.NSG ) ],
98 actions.generic.NSG,

Completed in 188 milliseconds