Searched refs:NSG (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/client/ |
H A D | actuator.py | 78 "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 D | pkgplan.py | 109 "src": pkg.actions.generic.NSG, 110 "dest": pkg.actions.generic.NSG,
|
H A D | plandesc.py | 82 pkg.actions.generic.NSG, 83 pkg.actions.generic.NSG, 161 pkg.actions.generic.NSG,
|
/pkg/src/modules/actions/ |
H A D | generic.py | 91 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 D | manifest.py | 92 [ ( 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