Belle II Software  release-08-01-10
BASF2StateRecorder Class Reference

Public Member Functions

def __getattr__ (self, name)
 

Detailed Description

 Drop-in replacement of the basf2 module, which keeps track of all functions calls 

Definition at line 34 of file pickable_basf2.py.

Member Function Documentation

◆ __getattr__()

def __getattr__ (   self,
  name 
)
 Return attribute with the given name in the basf2 namespace 

Definition at line 37 of file pickable_basf2.py.

37  def __getattr__(self, name):
38  """ Return attribute with the given name in the basf2 namespace """
39  return getattr(original_basf2, name)
40 
41 

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