ATLAS Offline Software
Loading...
Searching...
No Matches
ros-hitstats-to-json.LastUpdatedOrderedDict Class Reference
Inheritance diagram for ros-hitstats-to-json.LastUpdatedOrderedDict:
Collaboration diagram for ros-hitstats-to-json.LastUpdatedOrderedDict:

Public Member Functions

 __setitem__ (self, key, value)

Detailed Description

Definition at line 18 of file ros-hitstats-to-json.py.

Member Function Documentation

◆ __setitem__()

ros-hitstats-to-json.LastUpdatedOrderedDict.__setitem__ ( self,
key,
value )

Definition at line 21 of file ros-hitstats-to-json.py.

21 def __setitem__(self, key, value):
22 if key in self:
23 del self[key]
24 OrderedDict.__setitem__(self, key, value)
25
26

The documentation for this class was generated from the following file: