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

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

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

Public Member Functions

def __init__ (self, args, kwargs)
 
def emit (self, record)
 

Public Attributes

 stream
 

Detailed Description

Exactly like FileHandler, 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 79 of file nifty.py.

Constructor & Destructor Documentation

◆ __init__()

def src.nifty.RawFileHandler.__init__ (   self,
  args,
  kwargs 
)

Definition at line 80 of file nifty.py.

Member Function Documentation

◆ emit()

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

Definition at line 83 of file nifty.py.

Member Data Documentation

◆ stream

src.nifty.RawFileHandler.stream

Definition at line 85 of file nifty.py.


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