HOPS
HOPS class reference
Public Member Functions | List of all members
afio.afio.AFIOStructureBase Class Reference
Inheritance diagram for afio.afio.AFIOStructureBase:
[legend]

Public Member Functions

def __eq__ (self, other)
 
def __ne__ (self, other)
 
def approximately_equal (self, other, pedantic=False, verbose=True, abs_tol=1e-14, rel_tol=1e-6)
 
def approximately_equal_field (self, other, field_name, pedantic=False, verbose=True, abs_tol=1e-14, rel_tol=1e-6)
 
def contains_floats (self)
 
def printsummary (self)
 

Detailed Description

 base class which implements comparison operations eq and ne and a print-summary 

Member Function Documentation

◆ __eq__()

def afio.afio.AFIOStructureBase.__eq__ (   self,
  other 
)

◆ __ne__()

def afio.afio.AFIOStructureBase.__ne__ (   self,
  other 
)

◆ approximately_equal()

def afio.afio.AFIOStructureBase.approximately_equal (   self,
  other,
  pedantic = False,
  verbose = True,
  abs_tol = 1e-14,
  rel_tol = 1e-6 
)
 compares two object, wary about floating point types 

◆ approximately_equal_field()

def afio.afio.AFIOStructureBase.approximately_equal_field (   self,
  other,
  field_name,
  pedantic = False,
  verbose = True,
  abs_tol = 1e-14,
  rel_tol = 1e-6 
)
 compares a single field in two object, wary about floating point types 

◆ contains_floats()

def afio.afio.AFIOStructureBase.contains_floats (   self)

◆ printsummary()

def afio.afio.AFIOStructureBase.printsummary (   self)
dump data in structure

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