All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
galleryUtils.ConfigurationString Class Reference

Public Member Functions

def __init__
 
def __str__
 
def __init__
 
def __str__
 

Public Attributes

 config
 

Detailed Description

Wrapper to a string that should be considered configuration text.

Definition at line 434 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.

Constructor & Destructor Documentation

def galleryUtils.ConfigurationString.__init__ (   self,
  config 
)
def galleryUtils.ConfigurationString.__init__ (   self,
  config 
)

Definition at line 352 of file sbndcode/sbndcode/gallery/python/galleryUtils.py.

def __init__(self, config): self.config = config

Member Function Documentation

def galleryUtils.ConfigurationString.__str__ (   self)

Definition at line 353 of file sbndcode/sbndcode/gallery/python/galleryUtils.py.

354  def __str__(self): return self.config
355 # class ConfigurationString
356 
def galleryUtils.ConfigurationString.__str__ (   self)

Definition at line 437 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.

438  def __str__(self): return self.config
439 # class ConfigurationString
440 

Member Data Documentation

galleryUtils.ConfigurationString.config

Definition at line 436 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.


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