class documentation
This mixin adds a __getitem__
method to a class or module.
It makes it easier to access members of an object.
Returns self
on an empty key.
Raises KeyError
if name cannot be found.
Note | |
Relies on ApiObject.get_member . |
Method | __getitem__ |
Undocumented |