Belle II Software  release-05-02-19
BASF2StateRecorder Class Reference
Inheritance diagram for BASF2StateRecorder:
Collaboration diagram for BASF2StateRecorder:

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 28 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 31 of file pickable_basf2.py.

31  def __getattr__(self, name):
32  """ Return attribute with the given name in the basf2 namespace """
33  return getattr(original_basf2, name)
34 
35 

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