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 Notepad.Notepad(system, config)

Notepad doesn’t change much between versions of windows, so this class should provide most of the code regardless of the platform.

Parameters:

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

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

close_all(save=False)

Exit the application, closing all documents. By default this will not save changes to documents, but this can be overriden if desired.

Parameters:

  • save: whether or not to save changes to documents if prompted