cf.CfDict

class cf.CfDict(*args, **kwargs)[source]

Bases: _abcoll.MutableMapping

A dictionary-like object with attributes.

Initialization

Parameters :
args, kwargs :

Keys and values are initialized exactly as for a built-in dict.

CfDict methods

clear
copy Return a deep copy.
equals True if two instances are logically equal, False otherwise.
get
get_keys Return a list of the key names which match a regular expression.
has_key Return true if and only if the dictionary contains the given key.
items
iteritems
iterkeys
itervalues
keys
pop
popitem
setdefault
update
values

Table Of Contents

Previous topic

cf.PartitionMatrix.transpose

Next topic

cf.CfDict.clear

This Page