ForceBalance API  1.3
Automated optimization of force fields and empirical potentials
List of all members | Public Member Functions | Public Attributes
src.nifty.LineChunker Class Reference
Inheritance diagram for src.nifty.LineChunker:
[legend]
Collaboration diagram for src.nifty.LineChunker:
[legend]

Public Member Functions

def __init__ (self, callback)
 
def push (self, data)
 
def close (self)
 
def nomnom (self)
 
def __enter__ (self)
 
def __exit__ (self, args, kwargs)
 

Public Attributes

 callback
 
 buf
 

Detailed Description

Definition at line 1384 of file nifty.py.

Constructor & Destructor Documentation

◆ __init__()

def src.nifty.LineChunker.__init__ (   self,
  callback 
)

Definition at line 1385 of file nifty.py.

Member Function Documentation

◆ __enter__()

def src.nifty.LineChunker.__enter__ (   self)

Definition at line 1408 of file nifty.py.

◆ __exit__()

def src.nifty.LineChunker.__exit__ (   self,
  args,
  kwargs 
)

Definition at line 1411 of file nifty.py.

Here is the call graph for this function:

◆ close()

def src.nifty.LineChunker.close (   self)

Definition at line 1397 of file nifty.py.

◆ nomnom()

def src.nifty.LineChunker.nomnom (   self)

Definition at line 1401 of file nifty.py.

◆ push()

def src.nifty.LineChunker.push (   self,
  data 
)

Definition at line 1389 of file nifty.py.

Here is the call graph for this function:

Member Data Documentation

◆ buf

src.nifty.LineChunker.buf

Definition at line 1387 of file nifty.py.

◆ callback

src.nifty.LineChunker.callback

Definition at line 1386 of file nifty.py.


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