ConsoleUser

Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com

This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.

All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.

class GenericOfficeSuite.GenericOfficeSuite(system, config)

This is a class which provides a lot of common functionality for applications in the most office suites.

Parameters:

  • system: a <no title> object to interact with the target system

  • config: a <no title> object defining this user

close(save=False)

Close the current document/file (not necessarily the application itself, though that may happen if this is the last doc depending on the application).

Parameters:

  • save: Whether or not to save any recent changes on exit

exit(save=False)

Close the current document/file (not necessarily the application itself, though that may happen if this is the last doc depending on the application).

Parameters:

  • save: Whether or not to save any recent changes on exit

load(path)

Load a new file/document into the current application

Parameters:

  • path: the string to enter in the filename field for the file to load