Public Member Functions | |
def | __getitem__ |
def | __init__ |
def | __setitem__ |
def | add |
Public Attributes | |
dico | |
list with an internal dictionary for indexing, allowing to keep dictionary elements ordered. keys can be everything except an integer.
Definition at line 4 of file diclist.py.
def diclist.diclist.__init__ | ( | self | ) |
Definition at line 10 of file diclist.py.
def diclist.diclist.__getitem__ | ( | self, | |
index | |||
) |
index can be a dictionary key, or an integer specifying the rank of the value to be accessed
Definition at line 23 of file diclist.py.
References diclist.diclist.dico.
def diclist.diclist.__setitem__ | ( | self, | |
index, | |||
value | |||
) |
These functions are quite risky...
Definition at line 36 of file diclist.py.
References diclist.diclist.dico.
def diclist.diclist.add | ( | self, | |
key, | |||
value | |||
) |
Definition at line 15 of file diclist.py.
References cond::utilities::JsonPrinter.append(), reco::ClusterCompatibility.append(), PhysicsTools::SourceVariableSet.append(), ecaldqm::Dependency.append(), cms::Digest.append(), L1GtVhdlTemplateFile.append(), NoRecordException< MuonGeometryRecord >.append(), cms::Exception.append(), NoRecordException< TrackerDigiGeometryRecord >.append(), Vispa.Views.PropertyView.PropertyView.append(), psClasses.BuildTreeNodeList.append(), svgfig.SVG.append(), psClasses.queueNode.append(), Json::Value.append(), Mixins._ValidatingListBase.append(), and diclist.diclist.dico.
Referenced by counter.Counter.register().
diclist.diclist.dico |
Definition at line 13 of file diclist.py.
Referenced by diclist.diclist.__getitem__(), diclist.diclist.__setitem__(), diclist.diclist.add(), and counter.Counter.inc().