|
|
def | __init__ (self, d) |
| |
|
def | __dict__ (self) |
| |
|
def | keys (self) |
| |
|
def | values (self) |
| |
|
def | items (self) |
| |
|
def | __getitem__ (self, k) |
| |
|
def | __setitem__ (self, k, v) |
| |
|
def | __delitem__ (self, k) |
| |
|
def | __str__ (self) |
| |
replicates dictionary functionality with class dot structure
for output of dictionaries to matlab
The documentation for this class was generated from the following file: