ForceBalance API  1.3
Automated optimization of force fields and empirical potentials
List of all members | Public Member Functions
src.output.CleanStreamHandler Class Reference

Similar to RawStreamHandler except it does not write terminal escape codes. More...

Inheritance diagram for src.output.CleanStreamHandler:
[legend]
Collaboration diagram for src.output.CleanStreamHandler:
[legend]

Public Member Functions

def __init__ (self, stream=sys.stdout)
 
def emit (self, record)
 

Detailed Description

Similar to RawStreamHandler except it does not write terminal escape codes.

Use this for 'plain' terminal output without any fancy colors or formatting

Definition at line 57 of file output.py.

Constructor & Destructor Documentation

◆ __init__()

def src.output.CleanStreamHandler.__init__ (   self,
  stream = sys.stdout 
)

Definition at line 58 of file output.py.

Member Function Documentation

◆ emit()

def src.output.CleanStreamHandler.emit (   self,
  record 
)

Definition at line 61 of file output.py.


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