bandicoot.helper.tools.OrderedDict¶Methods
clear() |
|
copy() |
|
fromkeys() |
If not specified, the value defaults to None. |
get() |
|
items() |
|
keys() |
|
move_to_end() |
Move an existing element to the end (or beginning if last==False). |
pop() |
value. If key is not found, d is returned if given, otherwise KeyError |
popitem(self, /[, last]) |
Remove and return a (key, value) pair from the dictionary. |
setdefault() |
|
update() |
|
values() |