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 14 of file proxy.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 21 of file proxy.py.

21 def __init__(self, obj):
22 super(Proxy, self).__init__()
23 self._obj = obj
24
25

Member Data Documentation

◆ _obj

conffwk.proxy.Proxy._obj = obj
protected

Definition at line 23 of file proxy.py.


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