| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DybPython::Interactive::gprepr Namespace Reference


Functions

def hdr
def AppMgr__repr__
def iProperty__repr__
def reload_

Function Documentation

def DybPython::Interactive::gprepr::hdr (   self  ) 

Definition at line 15 of file gprepr.py.

00015              :
00016     return "<%s> [0x%08X] " % ( self.__class__.__name__ , id(self) )
00017 
00018 
def AppMgr__repr__(self):

def DybPython::Interactive::gprepr::AppMgr__repr__ (   self  ) 

    huh sometimes class name if AppMgr 

Definition at line 19 of file gprepr.py.

00019                         :
00020     """
00021         huh sometimes class name if AppMgr 
00022     """
00023     assert self.__class__.__name__ in ['GaudiPython.Bindings.AppMgr','AppMgr'], "invalid classname %s " % repr(self.__class__.__name__)
00024     
00025     d = []
00026     d.append("<%s> [%s] state:%s " % (self.__class__.__name__ , id(self) , self.state() ))
00027     d.append("TopAlg... [%s] " % len(self.TopAlg) ) 
00028     for a in self.TopAlg:
00029         d.append(a)
00030     return " ".join(d)
00031 
00032 
def iProperty__repr__(self):

def DybPython::Interactive::gprepr::iProperty__repr__ (   self  ) 

Definition at line 33 of file gprepr.py.

00033                            :
00034     d = {}
00035     for k,v in self.properties().items():
00036         d[k] = v.value()
00037     return "\n".join([hdr(self),pprint.pformat(d)])
00038 
00039 
00040 
00041 
00042 
00043 
00044 GaudiPython.Bindings.AppMgr.__repr__ = AppMgr__repr__
00045 #GaudiPython.Bindings.iAlgTool.__repr__ = iAlgTool__repr__
00046 GaudiPython.Bindings.iProperty.__repr__ = iProperty__repr__
00047 
00048 
def reload_():

def DybPython::Interactive::gprepr::reload_ (  ) 

Definition at line 49 of file gprepr.py.

00049              :
00050     import sys
    reload(sys.modules[__name__])

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:13:02 2011 for DybPython by doxygen 1.4.7