![]() |
|
|
Generated: 8 Jan 2009 |
00001 #Thu Jan 8 17:32:54 2009 00002 """Automatically generated. DO NOT EDIT please""" 00003 from GaudiKernel.Proxy.Configurable import * 00004 00005 class PythonScriptingSvc( ConfigurableService ) : 00006 __slots__ = { 00007 'OutputLevel' : 7, # int 00008 'AuditServices' : False, # bool 00009 'AuditInitialize' : False, # bool 00010 'AuditStart' : False, # bool 00011 'AuditStop' : False, # bool 00012 'AuditFinalize' : False, # bool 00013 'AuditReInitialize' : False, # bool 00014 'AuditReStart' : False, # bool 00015 'StartupScript' : '', # str 00016 } 00017 _propertyDocDct = { 00018 } 00019 def __init__(self, name = Configurable.DefaultName, **kwargs): 00020 super(PythonScriptingSvc, self).__init__(name) 00021 for n,v in kwargs.items(): 00022 setattr(self, n, v) 00023 def getDlls( self ): 00024 return 'GaudiPython' 00025 def getType( self ): 00026 return 'PythonScriptingSvc' 00027 pass # class PythonScriptingSvc