#include <eh.py.h>
Inheritance diagram for eh.ItemMapContainer:
Public Member Functions | |
GetValues () | |
See ItemContainer.GetValues(). | |
MatchesKey (match_str, mtype=Regexp, inverse=False) | |
Performs the same as ItemContainer.Matches() except on the key items of this map container instead of the value items of this container. |
eh.ItemMapContainer.GetValues | ( | ) |
See ItemContainer.GetValues().
Returns a list of the values for the map (Not the keys of the map).
Reimplemented from eh.ItemContainer.
eh.ItemMapContainer.MatchesKey | ( | match_str | , | |
mtype | = Regexp , |
|||
inverse | = False | |||
) |
Performs the same as ItemContainer.Matches() except on the key items of this map container instead of the value items of this container.