Robot Framework
robot.utils.unic.PrettyRepr Class Reference
Inheritance diagram for robot.utils.unic.PrettyRepr:

Public Member Functions

def format (self, object, context, maxlevels, level)
 

Private Member Functions

def _format (self, object, *args, **kwargs)
 

Private Attributes

 _width
 

Detailed Description

Definition at line 43 of file unic.py.

Member Function Documentation

◆ _format()

def robot.utils.unic.PrettyRepr._format (   self,
  object,
args,
**  kwargs 
)
private

Definition at line 52 of file unic.py.

◆ format()

def robot.utils.unic.PrettyRepr.format (   self,
  object,
  context,
  maxlevels,
  level 
)

Definition at line 45 of file unic.py.

Member Data Documentation

◆ _width

robot.utils.unic.PrettyRepr._width
private

Definition at line 55 of file unic.py.


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