DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
conffwk.proxy.Proxy Class Reference
Inheritance diagram for conffwk.proxy.Proxy:
[legend]
Collaboration diagram for conffwk.proxy.Proxy:
[legend]

Public Member Functions

 __init__ (self, obj)

Protected Attributes

 _obj = obj

Detailed Description

A very basic holder class

Just holds the reference to a provided object.

Definition at line 19 of file proxy.py.

Constructor & Destructor Documentation

◆ __init__()

conffwk.proxy.Proxy.__init__ ( self,
obj )

Definition at line 26 of file proxy.py.

26 def __init__(self, obj):
27 super(Proxy, self).__init__()
28 self._obj = obj
29
30

Member Data Documentation

◆ _obj

conffwk.proxy.Proxy._obj = obj
protected

Definition at line 28 of file proxy.py.


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