Gaudi.Main.BootstrapHelper.Property Class Reference
Inheritance diagram for Gaudi.Main.BootstrapHelper.Property:
Collaboration diagram for Gaudi.Main.BootstrapHelper.Property:

Public Member Functions

def __init__ (self, value)
 
def __str__ (self)
 
def __init__ (self, value)
 
def __str__ (self)
 

Public Attributes

 value
 

Static Public Attributes

 toString = __str__
 

Detailed Description

Definition at line 21 of file Main.py.

Constructor & Destructor Documentation

def Gaudi.Main.BootstrapHelper.Property.__init__ (   self,
  value 
)

Definition at line 22 of file Main.py.

22  def __init__(self, value):
23  self.value = value
def __init__(self, value)
Definition: Main.py:22
def Gaudi.Main.BootstrapHelper.Property.__init__ (   self,
  value 
)

Definition at line 22 of file Main.py.

22  def __init__(self, value):
23  self.value = value
def __init__(self, value)
Definition: Main.py:22

Member Function Documentation

def Gaudi.Main.BootstrapHelper.Property.__str__ (   self)

Definition at line 24 of file Main.py.

24  def __str__(self):
25  return str(self.value)
def Gaudi.Main.BootstrapHelper.Property.__str__ (   self)

Definition at line 24 of file Main.py.

24  def __str__(self):
25  return str(self.value)

Member Data Documentation

Gaudi.Main.BootstrapHelper.Property.toString = __str__
static

Definition at line 26 of file Main.py.

Gaudi.Main.BootstrapHelper.Property.value

Definition at line 23 of file Main.py.


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