Which types of objects fall into the domain of "subscriptable"?
|
|
|||||||
|
|
|
It basically means that the object implements the |
|||
|
|
|
Off the top of my head, the following are the only built-ins that are subscriptable:
But mipadi's answer is correct; any class that implements __getitem__ is subscriptable |
|||
|
|
|
|
A scriptable object is an object that records the operations done to it and it can store them as a "script" which can be replayed. For example, see: Application Scripting Framework Now, if Alistair didn't know what he asked and really meant "subscriptable" objects (as edited by others), then (as mipadi also answered) this is the correct one: A subscriptable object is any object that implements the |
||||||||
|
|
|
I think you mean "subscriptable", in which case mipadi's definition is spot-on! |
||
|
