YAMI4 Python Library 2.0.0
Messaging Solution for Distributed Systems
|
Public Member Functions | |
def | __init__ (self, entries, mode) |
def | __iter__ (self) |
def | __next__ (self) |
Static Public Attributes | |
int | ITEMS_MODE = 0 |
int | KEYS_MODE = 1 |
int | VALUES_MODE = 2 |
Iterator class for visiting all entries in the collection.
def yami.Parameters.__EntryIterator.__next__ | ( | self | ) |
Returns the key or item for each used slot.