Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.tidy.ArgumentValidator Class Reference

Public Member Functions

def format (self, args, format, inplace, recursive, **others)
 
def line_sep (self, lineseparator, **others)
 
def mode_and_arguments (self, args, recursive, inplace, **others)
 
def spacecount (self, spacecount)
 

Private Member Functions

def _default_mode_arguments (self, args)
 
def _inplace_mode_arguments (self, args)
 
def _recursive_and_inplace_together (self, args)
 
def _recursive_mode_arguments (self, args)
 

Detailed Description

Definition at line 262 of file tidy.py.

Member Function Documentation

◆ _default_mode_arguments()

def robotide.lib.robot.tidy.ArgumentValidator._default_mode_arguments (   self,
  args 
)
private

Definition at line 287 of file tidy.py.

◆ _inplace_mode_arguments()

def robotide.lib.robot.tidy.ArgumentValidator._inplace_mode_arguments (   self,
  args 
)
private

Definition at line 283 of file tidy.py.

◆ _recursive_and_inplace_together()

def robotide.lib.robot.tidy.ArgumentValidator._recursive_and_inplace_together (   self,
  args 
)
private

Definition at line 274 of file tidy.py.

◆ _recursive_mode_arguments()

def robotide.lib.robot.tidy.ArgumentValidator._recursive_mode_arguments (   self,
  args 
)
private

Definition at line 277 of file tidy.py.

◆ format()

def robotide.lib.robot.tidy.ArgumentValidator.format (   self,
  args,
  format,
  inplace,
  recursive,
**  others 
)

Definition at line 293 of file tidy.py.

◆ line_sep()

def robotide.lib.robot.tidy.ArgumentValidator.line_sep (   self,
  lineseparator,
**  others 
)

Definition at line 303 of file tidy.py.

◆ mode_and_arguments()

def robotide.lib.robot.tidy.ArgumentValidator.mode_and_arguments (   self,
  args,
  recursive,
  inplace,
**  others 
)

Definition at line 264 of file tidy.py.

◆ spacecount()

def robotide.lib.robot.tidy.ArgumentValidator.spacecount (   self,
  spacecount 
)

Definition at line 310 of file tidy.py.


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