Package Ganga :: Package GPIDev :: Package Credentials :: Module ICredential :: Class ICommandSet
[hide private]
[frames] | no frames]

Class ICommandSet

source code

          object --+        
                   |        
   Base.Objects.Node --+    
                       |    
Base.Objects.GangaObject --+
                           |
                          ICommandSet

Class used to define shell commands and options for working with credentials

Nested Classes [hide private]

Inherited from Base.Objects.GangaObject: __metaclass__

Instance Methods [hide private]
 
__expandGangaSystemVars__(self, value) source code
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
setConfigValues(self)
Update properties using values from relevant section of config file.
source code

Inherited from Base.Objects.GangaObject: __construct__, __deepcopy__, __getstate__, __setstate__, _attribute_filter__set__, _auto__init__, accept, getJobObject

Inherited from Base.Objects.Node: __copy__, __eq__, __ne__, clone, copyFrom, printSummaryTree, printTree

Inherited from Base.Objects.Node (private): _getParent, _getRoot, _setParent

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from Base.Objects.GangaObject (private): _declared_property

Class Variables [hide private]
  _schema = Schema(Version(1, 0), {"init": SimpleItem(defvalue= ...
  _category = "credential_commands"
  _name = "ICommandSet"
  _hidden = 1
  _enable_config = 1

Inherited from Base.Objects.Node (private): _index_cache, _parent

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_schema

Value:
Schema(Version(1, 0), {"init": SimpleItem(defvalue= "", doc= "Command \
for creating/initialising credential", filter= '__expandGangaSystemVar\
s__'), "info": SimpleItem(defvalue= "", doc= "Command for obtaining in\
formation about credential", filter= '__expandGangaSystemVars__'), "de\
stroy": SimpleItem(defvalue= "", doc= "Command for destroying credenti\
al", filter= '__expandGangaSystemVars__'), "init_parameters": SimpleIt\
em(defvalue= {}, doc= "Dictionary of parameter-value pairs to pass to \
init command"), "destroy_parameters": SimpleItem(defvalue= {}, doc= "D\
...