Package PyFoam :: Package ThirdParty :: Package Gnuplot :: Module gnuplot_Suites :: Class Standard_Suite
[hide private]
[frames] | no frames]

Class Standard_Suite

source code

Instance Methods [hide private]
 
close(self, _object, _attributes={}, **_arguments)
close: Close an object Required argument: the objects to close Keyword argument saving: specifies whether or not changes should be saved before closing Keyword argument _in: the file in which to save the object Keyword argument _attributes: AppleEvent attribute dictionary
source code
 
data_size(self, _object, _attributes={}, **_arguments)
data size: Return the size in bytes of an object Required argument: the object whose data size is to be returned Keyword argument _attributes: AppleEvent attribute dictionary Returns: the size of the object in bytes
source code
 
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
source code
 
make(self, _no_object=None, _attributes={}, **_arguments)
make: Make a new element Keyword argument new: the class of the new element Keyword argument at: the location at which to insert the element Keyword argument with_data: the initial data for the element Keyword argument with_properties: the initial values for the properties of the element Keyword argument _attributes: AppleEvent attribute dictionary Returns: Object specifier for the new element
source code
 
open(self, _object, _attributes={}, **_arguments)
open: Open the specified object(s) Required argument: Objects to open.
source code
 
_print(self, _object, _attributes={}, **_arguments)
print: Print the specified object(s) Required argument: Objects to print.
source code
 
save(self, _object, _attributes={}, **_arguments)
save: save a set of objects Required argument: Objects to save.
source code
 
set(self, _object, _attributes={}, **_arguments)
set: Set an objectÕs data Required argument: the object to change Keyword argument to: the new value Keyword argument _attributes: AppleEvent attribute dictionary
source code
Class Variables [hide private]
  _argmap_close = {'saving': 'savo', '_in': 'kfil',}
  _argmap_make = {'new': 'kocl', 'at': 'insh', 'with_data': 'dat...
  _argmap_save = {'_in': 'kfil', 'as': 'fltp',}
  _argmap_set = {'to': 'data',}
Method Details [hide private]

open(self, _object, _attributes={}, **_arguments)

source code 

open: Open the specified object(s) Required argument: Objects to open. Can be a list of files or an object specifier. Keyword argument _attributes: AppleEvent attribute dictionary

_print(self, _object, _attributes={}, **_arguments)

source code 

print: Print the specified object(s) Required argument: Objects to print. Can be a list of files or an object specifier. Keyword argument _attributes: AppleEvent attribute dictionary

save(self, _object, _attributes={}, **_arguments)

source code 

save: save a set of objects Required argument: Objects to save. Keyword argument _in: the file in which to save the object(s) Keyword argument as: the file type of the document in which to save the data Keyword argument _attributes: AppleEvent attribute dictionary


Class Variable Details [hide private]

_argmap_make

Value:
{'new': 'kocl', 'at': 'insh', 'with_data': 'data', 'with_properties': \
'prdt',}