cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
var.common.Bunch Class Reference
Inheritance diagram for var.common.Bunch:
[legend]
Collaboration diagram for var.common.Bunch:
[legend]

Public Member Functions

def __init__ (self, **kw)
 
def __str__ (self)
 

Detailed Description

Definition at line 57 of file common.py.

Constructor & Destructor Documentation

◆ __init__()

def var.common.Bunch.__init__ (   self,
**  kw 
)

Definition at line 58 of file common.py.

58  def __init__(self, **kw):
59  self.__dict__.update(kw)

Member Function Documentation

◆ __str__()

def var.common.Bunch.__str__ (   self)

Definition at line 60 of file common.py.

60  def __str__(self):
61  return str(self.__dict__)
62 

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