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

Exactly like StreamHandler, except no newline character is printed at the end of each message. More...

Inheritance diagram for src.nifty.RawStreamHandler:
[legend]
Collaboration diagram for src.nifty.RawStreamHandler:
[legend]

Public Member Functions

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

Detailed Description

Exactly like StreamHandler, except no newline character is printed at the end of each message.

This is done in order to ensure functions in molecule.py and nifty.py work consistently across multiple packages.

Definition at line 64 of file nifty.py.

Constructor & Destructor Documentation

◆ __init__()

def src.nifty.RawStreamHandler.__init__ (   self,
  stream = sys.stdout 
)

Definition at line 65 of file nifty.py.

Member Function Documentation

◆ emit()

def src.nifty.RawStreamHandler.emit (   self,
  record 
)

Definition at line 68 of file nifty.py.


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