schrodinger :: application :: desmond :: stage :: ConcatParam :: Class ConcatParam
[hide private]
[frames] | no frames]

Class ConcatParam

   object --+        
            |        
utils.sea.Sea --+    
                |    
    utils.sea.Map --+
                    |
                   ConcatParam

Instance Methods [hide private]
 
update(self, ark=None, file=None, tag=set([]))
Updates this 'Map' object with the given 'ark' or with the given 'file'.

Inherited from utils.sea.Map: __contains__, __deepcopy__, __delitem__, __eq__, __getitem__, __init__, __iter__, __setattr__, __setitem__, __str__, apply, clone, get_value, has_key, key_value, keys, set_value, values

Inherited from utils.sea.Map (private): _dump_impl, _set_value_helper

Inherited from utils.sea.Sea: __getstate__, __ne__, __setstate__, add_tag, clear_all_tag, dump, has_tag, parent, pmode, remove_tag, reset_tag, set_parent, set_pmode, tag

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

Static Methods [hide private]

Inherited from utils.sea.Sea (private): _gen_sea, _normalize_tag

Class Variables [hide private]

Inherited from utils.sea.Map: INDEX_PATTERN, INDEX_PATTERN2

Properties [hide private]

Inherited from utils.sea.Map: bval, dval, raw_val, val

Inherited from utils.sea.Sea: sval

Inherited from object: __class__

Method Details [hide private]

update(self, ark=None, file=None, tag=set([]))

 

Updates this 'Map' object with the given 'ark' or with the given 'file'.

Parameters:
  • file - If 'file' is not None, it must be the name of a file in the ark file format. If 'file' is given, the 'ark' parameter will be ignored.
  • ark - ark can be a string or a dict or a 'Map' object. Or ark can be list of the previous objects.
Overrides: utils.sea.Map.update
(inherited documentation)