AARE
Data analysis library for PSI hybrid detectors
|
Public Member Functions | |
__init__ (self, frameImpl) | |
Any | __getattribute__ (self, str __name) |
Protected Attributes | |
_frameImpl | |
Frame class. uses proxy pattern to wrap around the pybinding class the intention behind it is to only use one class for frames in python (not Frame_8, Frame_16, etc)
aare.Frame.Frame.__init__ | ( | self, | |
frameImpl | |||
) |
Any aare.Frame.Frame.__getattribute__ | ( | self, | |
str | __name | ||
) |
Proxy pattern to call the methods of the frameImpl
|
protected |