Exactly what the title says. Note, this is not about "subscriptable" objects.
feedback
|
|
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 | |||||||||||
feedback
|
|
It means nothing in Python as scriptable objects are provided by Enthought's Traits module. From Application Scripting Framework, which mentions that:
And goes on to define:
Traits is not part of the standard library but it is distributed as part of the Enthought Python Distribution. Please don't confuse the two. | |||||
feedback
|