Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands.SaveAll Class Reference
Inheritance diagram for robotide.controller.ctrlcommands.SaveAll:
robotide.controller.ctrlcommands._Command

Public Member Functions

def __init__ (self, reformat=False)
 
def execute (self, context)
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._Command
def __str__ (self)
 

Private Attributes

 _reformat
 

Additional Inherited Members

- Static Public Attributes inherited from robotide.controller.ctrlcommands._Command
bool modifying = True
 

Detailed Description

Definition at line 1109 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.SaveAll.__init__ (   self,
  reformat = False 
)

Definition at line 1111 of file ctrlcommands.py.

Member Function Documentation

◆ execute()

def robotide.controller.ctrlcommands.SaveAll.execute (   self,
  context 
)

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 1114 of file ctrlcommands.py.

Member Data Documentation

◆ _reformat

robotide.controller.ctrlcommands.SaveAll._reformat
private

Definition at line 1112 of file ctrlcommands.py.


The documentation for this class was generated from the following file: