Methods
|
|
get
save
set
|
|
get
|
get (
self,
_object,
_attributes={},
**_arguments,
)
get: get the data for an object
Required argument: the object whose data is to be returned
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: the data from the object
|
|
save
|
save (
self,
_object,
_attributes={},
**_arguments,
)
save: save an object
Required argument: the object to save
Keyword argument _in: the file in which to save the object
Keyword argument _attributes: AppleEvent attribute dictionary
|
|
set
|
set (
self,
_object,
_attributes={},
**_arguments,
)
set: set an objects data
Required argument: the object whose data is to be changed
Keyword argument to: the new value
Keyword argument _attributes: AppleEvent attribute dictionary
|
|