7 'AuditServices' :
False,
8 'AuditInitialize' :
False,
11 'AuditFinalize' :
False,
12 'AuditReInitialize' :
False,
13 'AuditReStart' :
False,
17 'Check' :
""" Flag to perform more checks """,
19 def __init__(self, name = Configurable.DefaultName, **kwargs):
20 super(AlgContextSvc, self).
__init__(name)
21 for n,v
in kwargs.items():
24 return 'GaudiCommonSvc'
26 return 'AlgContextSvc'
32 'AuditServices' :
False,
33 'AuditInitialize' :
False,
36 'AuditFinalize' :
False,
37 'AuditReInitialize' :
False,
38 'AuditReStart' :
False,
44 def __init__(self, name = Configurable.DefaultName, **kwargs):
45 super(AuditorSvc, self).
__init__(name)
46 for n,v
in kwargs.items():
49 return 'GaudiCommonSvc'
57 'AuditServices' :
False,
58 'AuditInitialize' :
False,
61 'AuditFinalize' :
False,
62 'AuditReInitialize' :
False,
63 'AuditReStart' :
False,
64 'ChronoPrintOutTable' :
True,
65 'ChronoDestinationCout' :
False,
66 'ChronoPrintLevel' : 3,
67 'ChronoTableToBeOrdered' :
True,
68 'PrintUserTime' :
True,
69 'PrintSystemTime' :
False,
70 'PrintEllapsedTime' :
False,
71 'StatPrintOutTable' :
True,
72 'StatDestinationCout' :
False,
74 'StatTableToBeOrdered' :
True,
75 'NumberOfSkippedEventsForMemStat' : -1,
76 'AsciiStatsOutputFile' :
'',
77 'StatTableHeader' :
' Counter | # | sum | mean/eff^* | rms/err^* | min | max |',
78 'RegularRowFormat' :
' %|-15.15s|%|17t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |',
79 'EfficiencyRowFormat' :
'*%|-15.15s|%|17t||%|10d| |%|11.5g| |(%|#9.7g| +- %|-#9.7g|)%%| ------- | ------- |',
80 'UseEfficiencyRowFormat' :
True,
84 'UseEfficiencyRowFormat' :
""" Use the special format for printout of efficiency counters """,
85 'PerEventFile' :
""" File name for per-event deltas """,
86 'EfficiencyRowFormat' :
""" The format for the regular row in the output Stat-table """,
87 'RegularRowFormat' :
""" The format for the regular row in the output Stat-table """,
88 'StatTableHeader' :
""" The header row for the output Stat-table """,
89 'AsciiStatsOutputFile' :
""" Name of the output file storing the stats. If empty, no statistics will be saved (default) """,
91 def __init__(self, name = Configurable.DefaultName, **kwargs):
92 super(ChronoStatSvc, self).
__init__(name)
93 for n,v
in kwargs.items():
96 return 'GaudiCommonSvc'
98 return 'ChronoStatSvc'
104 'AuditServices' :
False,
105 'AuditInitialize' :
False,
106 'AuditStart' :
False,
108 'AuditFinalize' :
False,
109 'AuditReInitialize' :
False,
110 'AuditReStart' :
False,
112 'StatTableHeader' :
' Counter :: Group | # | sum | mean/eff^* | rms/err^* | min | max |',
113 'RegularRowFormat' :
' %|15.15s|%|-15.15s|%|32t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |',
114 'EfficiencyRowFormat' :
'*%|15.15s|%|-15.15s|%|32t||%|10d| |%|11.5g| |(%|#9.7g| +- %|-#9.7g|)%%| ------- | ------- |',
115 'UseEfficiencyRowFormat' :
True,
118 'UseEfficiencyRowFormat' :
""" Use the special format for printout of efficiency counters """,
119 'EfficiencyRowFormat' :
""" The format for the regular row in the outptu Stat-table """,
120 'RegularRowFormat' :
""" The format for the regular row in the output Stat-table """,
121 'StatTableHeader' :
""" The header row for the output Stat-table """,
123 def __init__(self, name = Configurable.DefaultName, **kwargs):
124 super(CounterSvc, self).
__init__(name)
125 for n,v
in kwargs.items():
128 return 'GaudiCommonSvc'
135 'MonitorService' :
'MonitorSvc',
137 'AuditTools' :
False,
138 'AuditInitialize' :
False,
139 'AuditStart' :
False,
141 'AuditFinalize' :
False,
142 'DataService' :
'EventDataSvc',
144 'ScanOnBeginEvent' :
False,
145 'IgnoreOriginChange' :
False,
148 'IgnoreOriginChange' :
""" Disable the detection of the change in the origin of object between the BeginEvent and the scan """,
149 'ScanOnBeginEvent' :
""" If the scan has to be started during the BeginEvent incident (true) or on demand (false, default) """,
150 'Root' :
""" Path to the element from which to start the scan """,
151 'DataService' :
""" Name of the data service to use """,
153 def __init__(self, name = Configurable.DefaultName, **kwargs):
154 super(DataSvcFileEntriesTool, self).
__init__(name)
155 for n,v
in kwargs.items():
158 return 'GaudiCommonSvc'
160 return 'DataSvcFileEntriesTool'
166 'AuditServices' :
False,
167 'AuditInitialize' :
False,
168 'AuditStart' :
False,
170 'AuditFinalize' :
False,
171 'AuditReInitialize' :
False,
172 'AuditReStart' :
False,
177 def __init__(self, name = Configurable.DefaultName, **kwargs):
178 super(DetPersistencySvc, self).
__init__(name)
179 for n,v
in kwargs.items():
182 return 'GaudiCommonSvc'
184 return 'DetPersistencySvc'
193 'AuditAlgorithms' :
False,
194 'AuditInitialize' :
False,
195 'AuditReinitialize' :
False,
196 'AuditRestart' :
False,
197 'AuditExecute' :
False,
198 'AuditFinalize' :
False,
199 'AuditBeginRun' :
False,
200 'AuditEndRun' :
False,
201 'AuditStart' :
False,
203 'MonitorService' :
'MonitorSvc',
204 'RegisterForContextService' :
False,
206 'EvtDataSvc' :
'TagCollectionSvc',
209 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
211 def __init__(self, name = Configurable.DefaultName, **kwargs):
212 super(EvtCollectionStream, self).
__init__(name)
213 for n,v
in kwargs.items():
216 return 'GaudiCommonSvc'
218 return 'EvtCollectionStream'
224 'AuditServices' :
False,
225 'AuditInitialize' :
False,
226 'AuditStart' :
False,
228 'AuditFinalize' :
False,
229 'AuditReInitialize' :
False,
230 'AuditReStart' :
False,
232 'RootName' :
'/Event',
233 'ForceLeaves' :
False,
234 'InhibitPathes' : [ ],
235 'DataFaultName' :
'DataFault',
236 'DataAccessName' :
'DataAccess',
237 'EnableFaultHandler' :
False,
238 'EnableAccessHandler' :
False,
242 def __init__(self, name = Configurable.DefaultName, **kwargs):
243 super(EvtDataSvc, self).
__init__(name)
244 for n,v
in kwargs.items():
247 return 'GaudiCommonSvc'
255 'AuditServices' :
False,
256 'AuditInitialize' :
False,
257 'AuditStart' :
False,
259 'AuditFinalize' :
False,
260 'AuditReInitialize' :
False,
261 'AuditReStart' :
False,
266 def __init__(self, name = Configurable.DefaultName, **kwargs):
267 super(EvtPersistencySvc, self).
__init__(name)
268 for n,v
in kwargs.items():
271 return 'GaudiCommonSvc'
273 return 'EvtPersistencySvc'
279 'AuditServices' :
False,
280 'AuditInitialize' :
False,
281 'AuditStart' :
False,
283 'AuditFinalize' :
False,
284 'AuditReInitialize' :
False,
285 'AuditReStart' :
False,
287 'RootName' :
'/FileRecords',
288 'ForceLeaves' :
False,
289 'InhibitPathes' : [ ],
290 'DataFaultName' :
'DataFault',
291 'DataAccessName' :
'DataAccess',
292 'EnableFaultHandler' :
False,
293 'EnableAccessHandler' :
False,
295 'IncidentName' :
'NEW_FILE_RECORD',
296 'SaveIncident' :
'SAVE_FILE_RECORD',
297 'PersistencySvc' :
'PersistencySvc/FileRecordPersistencySvc',
301 def __init__(self, name = Configurable.DefaultName, **kwargs):
302 super(FileRecordDataSvc, self).
__init__(name)
303 for n,v
in kwargs.items():
306 return 'GaudiCommonSvc'
308 return 'FileRecordDataSvc'
314 'AuditServices' :
False,
315 'AuditInitialize' :
False,
316 'AuditStart' :
False,
318 'AuditFinalize' :
False,
319 'AuditReInitialize' :
False,
320 'AuditReStart' :
False,
321 'CnvServices' : [
'RootHistSvc' ],
322 'HistogramPersistency' :
'',
324 'ConvertHistos' : [ ],
325 'ExcludeHistos' : [ ],
329 'ExcludeHistos' :
""" The list of patterns to be excluded for conversion """,
330 'Warnings' :
""" Set this property to false to suppress warning messages """,
331 'ConvertHistos' :
""" The list of patterns to be accepted for conversion """,
333 def __init__(self, name = Configurable.DefaultName, **kwargs):
334 super(HistogramPersistencySvc, self).
__init__(name)
335 for n,v
in kwargs.items():
338 return 'GaudiCommonSvc'
340 return 'HistogramPersistencySvc'
346 'AuditServices' :
False,
347 'AuditInitialize' :
False,
348 'AuditStart' :
False,
350 'AuditFinalize' :
False,
351 'AuditReInitialize' :
False,
352 'AuditReStart' :
False,
354 'RootName' :
'/stat',
355 'ForceLeaves' :
False,
356 'InhibitPathes' : [ ],
357 'DataFaultName' :
'DataFault',
358 'DataAccessName' :
'DataAccess',
359 'EnableFaultHandler' :
False,
360 'EnableAccessHandler' :
False,
362 'Predefined1DHistos' : { },
365 'Predefined1DHistos' :
""" Histograms with predefined parameters """,
367 def __init__(self, name = Configurable.DefaultName, **kwargs):
368 super(HistogramSvc, self).
__init__(name)
369 for n,v
in kwargs.items():
372 return 'GaudiCommonSvc'
374 return 'HistogramSvc'
383 'AuditAlgorithms' :
False,
384 'AuditInitialize' :
False,
385 'AuditReinitialize' :
False,
386 'AuditRestart' :
False,
387 'AuditExecute' :
False,
388 'AuditFinalize' :
False,
389 'AuditBeginRun' :
False,
390 'AuditEndRun' :
False,
391 'AuditStart' :
False,
393 'MonitorService' :
'MonitorSvc',
394 'RegisterForContextService' :
False,
397 'AlgDependentItemList' : { },
399 'PreloadOptItems' :
False,
402 'EvtDataSvc' :
'EventDataSvc',
403 'EvtConversionSvc' :
'EventPersistencySvc',
407 'VerifyItems' :
True,
411 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
413 def __init__(self, name = Configurable.DefaultName, **kwargs):
414 super(InputCopyStream, self).
__init__(name)
415 for n,v
in kwargs.items():
418 return 'GaudiCommonSvc'
420 return 'InputCopyStream'
426 'AuditServices' :
False,
427 'AuditInitialize' :
False,
428 'AuditStart' :
False,
430 'AuditFinalize' :
False,
431 'AuditReInitialize' :
False,
432 'AuditReStart' :
False,
434 'RootName' :
'/Event',
436 'DataLoader' :
'EventPersistencySvc',
437 'DefaultPartition' :
'Default',
441 def __init__(self, name = Configurable.DefaultName, **kwargs):
442 super(MultiStoreSvc, self).
__init__(name)
443 for n,v
in kwargs.items():
446 return 'GaudiCommonSvc'
448 return 'MultiStoreSvc'
457 'AuditAlgorithms' :
False,
458 'AuditInitialize' :
False,
459 'AuditReinitialize' :
False,
460 'AuditRestart' :
False,
461 'AuditExecute' :
False,
462 'AuditFinalize' :
False,
463 'AuditBeginRun' :
False,
464 'AuditEndRun' :
False,
465 'AuditStart' :
False,
467 'MonitorService' :
'MonitorSvc',
468 'RegisterForContextService' :
False,
471 'AlgDependentItemList' : { },
473 'PreloadOptItems' :
False,
476 'EvtDataSvc' :
'EventDataSvc',
477 'EvtConversionSvc' :
'EventPersistencySvc',
481 'VerifyItems' :
True,
484 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
486 def __init__(self, name = Configurable.DefaultName, **kwargs):
487 super(OutputStream, self).
__init__(name)
488 for n,v
in kwargs.items():
491 return 'GaudiCommonSvc'
493 return 'OutputStream'
502 'AuditAlgorithms' :
False,
503 'AuditInitialize' :
False,
504 'AuditReinitialize' :
False,
505 'AuditRestart' :
False,
506 'AuditExecute' :
False,
507 'AuditFinalize' :
False,
508 'AuditBeginRun' :
False,
509 'AuditEndRun' :
False,
510 'AuditStart' :
False,
512 'MonitorService' :
'MonitorSvc',
513 'RegisterForContextService' :
False,
515 'Tool' :
'PartitionSwitchTool',
518 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
520 def __init__(self, name = Configurable.DefaultName, **kwargs):
521 super(PartitionSwitchAlg, self).
__init__(name)
522 for n,v
in kwargs.items():
525 return 'GaudiCommonSvc'
527 return 'PartitionSwitchAlg'
532 'MonitorService' :
'MonitorSvc',
534 'AuditTools' :
False,
535 'AuditInitialize' :
False,
536 'AuditStart' :
False,
538 'AuditFinalize' :
False,
539 'Actor' :
'EventDataService',
543 def __init__(self, name = Configurable.DefaultName, **kwargs):
544 super(PartitionSwitchTool, self).
__init__(name)
545 for n,v
in kwargs.items():
548 return 'GaudiCommonSvc'
550 return 'PartitionSwitchTool'
556 'AuditServices' :
False,
557 'AuditInitialize' :
False,
558 'AuditStart' :
False,
560 'AuditFinalize' :
False,
561 'AuditReInitialize' :
False,
562 'AuditReStart' :
False,
567 def __init__(self, name = Configurable.DefaultName, **kwargs):
568 super(PersistencySvc, self).
__init__(name)
569 for n,v
in kwargs.items():
572 return 'GaudiCommonSvc'
574 return 'PersistencySvc'
580 'AuditServices' :
False,
581 'AuditInitialize' :
False,
582 'AuditStart' :
False,
584 'AuditFinalize' :
False,
585 'AuditReInitialize' :
False,
586 'AuditReStart' :
False,
588 'RootName' :
'/Records',
589 'ForceLeaves' :
False,
590 'InhibitPathes' : [ ],
591 'DataFaultName' :
'DataFault',
592 'DataAccessName' :
'DataAccess',
593 'EnableFaultHandler' :
False,
594 'EnableAccessHandler' :
False,
597 'SaveIncident' :
'SAVE_RECORD',
598 'PersistencySvc' :
'PersistencySvc/RecordPersistencySvc',
602 def __init__(self, name = Configurable.DefaultName, **kwargs):
603 super(RecordDataSvc, self).
__init__(name)
604 for n,v
in kwargs.items():
607 return 'GaudiCommonSvc'
609 return 'RecordDataSvc'
618 'AuditAlgorithms' :
False,
619 'AuditInitialize' :
False,
620 'AuditReinitialize' :
False,
621 'AuditRestart' :
False,
622 'AuditExecute' :
False,
623 'AuditFinalize' :
False,
624 'AuditBeginRun' :
False,
625 'AuditEndRun' :
False,
626 'AuditStart' :
False,
628 'MonitorService' :
'MonitorSvc',
629 'RegisterForContextService' :
False,
632 'AlgDependentItemList' : { },
634 'PreloadOptItems' :
False,
637 'EvtDataSvc' :
'EventDataSvc',
638 'EvtConversionSvc' :
'EventPersistencySvc',
642 'VerifyItems' :
True,
643 'FireIncidents' :
False,
646 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
648 def __init__(self, name = Configurable.DefaultName, **kwargs):
649 super(RecordStream, self).
__init__(name)
650 for n,v
in kwargs.items():
653 return 'GaudiCommonSvc'
655 return 'RecordStream'
661 'AuditServices' :
False,
662 'AuditInitialize' :
False,
663 'AuditStart' :
False,
665 'AuditFinalize' :
False,
666 'AuditReInitialize' :
False,
667 'AuditReStart' :
False,
669 'RootName' :
'/RunRecords',
670 'ForceLeaves' :
False,
671 'InhibitPathes' : [ ],
672 'DataFaultName' :
'DataFault',
673 'DataAccessName' :
'DataAccess',
674 'EnableFaultHandler' :
False,
675 'EnableAccessHandler' :
False,
677 'IncidentName' :
'NEW_RUN_RECORD',
678 'SaveIncident' :
'SAVE_RUN_RECORD',
679 'PersistencySvc' :
'PersistencySvc/RecordPersistencySvc',
683 def __init__(self, name = Configurable.DefaultName, **kwargs):
684 super(RunRecordDataSvc, self).
__init__(name)
685 for n,v
in kwargs.items():
688 return 'GaudiCommonSvc'
690 return 'RunRecordDataSvc'
699 'AuditAlgorithms' :
False,
700 'AuditInitialize' :
False,
701 'AuditReinitialize' :
False,
702 'AuditRestart' :
False,
703 'AuditExecute' :
False,
704 'AuditFinalize' :
False,
705 'AuditBeginRun' :
False,
706 'AuditEndRun' :
False,
707 'AuditStart' :
False,
709 'MonitorService' :
'MonitorSvc',
710 'RegisterForContextService' :
False,
713 'AlgDependentItemList' : { },
715 'PreloadOptItems' :
False,
718 'EvtDataSvc' :
'EventDataSvc',
719 'EvtConversionSvc' :
'EventPersistencySvc',
723 'VerifyItems' :
True,
726 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
728 def __init__(self, name = Configurable.DefaultName, **kwargs):
729 super(RunRecordStream, self).
__init__(name)
730 for n,v
in kwargs.items():
733 return 'GaudiCommonSvc'
735 return 'RunRecordStream'
744 'AuditAlgorithms' :
False,
745 'AuditInitialize' :
False,
746 'AuditReinitialize' :
False,
747 'AuditRestart' :
False,
748 'AuditExecute' :
False,
749 'AuditFinalize' :
False,
750 'AuditBeginRun' :
False,
751 'AuditEndRun' :
False,
752 'AuditStart' :
False,
754 'MonitorService' :
'MonitorSvc',
755 'RegisterForContextService' :
False,
758 'AlgDependentItemList' : { },
760 'PreloadOptItems' :
False,
763 'EvtDataSvc' :
'EventDataSvc',
764 'EvtConversionSvc' :
'EventPersistencySvc',
768 'VerifyItems' :
True,
769 'EventsPerFile' : 4294967295,
770 'NumericFilename' :
False,
774 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
776 def __init__(self, name = Configurable.DefaultName, **kwargs):
777 super(SequentialOutputStream, self).
__init__(name)
778 for n,v
in kwargs.items():
781 return 'GaudiCommonSvc'
783 return 'SequentialOutputStream'
789 'AuditServices' :
False,
790 'AuditInitialize' :
False,
791 'AuditStart' :
False,
793 'AuditFinalize' :
False,
794 'AuditReInitialize' :
False,
795 'AuditReStart' :
False,
797 'AbortOnError' :
False,
798 'SuppressCheck' :
False,
799 'IgnoreDicts' :
True,
803 def __init__(self, name = Configurable.DefaultName, **kwargs):
804 super(StatusCodeSvc, self).
__init__(name)
805 for n,v
in kwargs.items():
808 return 'GaudiCommonSvc'
810 return 'StatusCodeSvc'
819 'AuditAlgorithms' :
False,
820 'AuditInitialize' :
False,
821 'AuditReinitialize' :
False,
822 'AuditRestart' :
False,
823 'AuditExecute' :
False,
824 'AuditFinalize' :
False,
825 'AuditBeginRun' :
False,
826 'AuditEndRun' :
False,
827 'AuditStart' :
False,
829 'MonitorService' :
'MonitorSvc',
830 'RegisterForContextService' :
False,
834 'PrintFreq' : 0.0000000,
835 'ExploreRelations' :
False,
836 'DataSvc' :
'EventDataSvc',
837 'TestAccess' :
False,
838 'AccessForeign' :
False,
841 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
843 def __init__(self, name = Configurable.DefaultName, **kwargs):
844 super(StoreExplorerAlg, self).
__init__(name)
845 for n,v
in kwargs.items():
848 return 'GaudiCommonSvc'
850 return 'StoreExplorerAlg'
859 'AuditAlgorithms' :
False,
860 'AuditInitialize' :
False,
861 'AuditReinitialize' :
False,
862 'AuditRestart' :
False,
863 'AuditExecute' :
False,
864 'AuditFinalize' :
False,
865 'AuditBeginRun' :
False,
866 'AuditEndRun' :
False,
867 'AuditStart' :
False,
869 'MonitorService' :
'MonitorSvc',
870 'RegisterForContextService' :
False,
873 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
875 def __init__(self, name = Configurable.DefaultName, **kwargs):
876 super(StoreSnifferAlg, self).
__init__(name)
877 for n,v
in kwargs.items():
880 return 'GaudiCommonSvc'
882 return 'StoreSnifferAlg'
891 'AuditAlgorithms' :
False,
892 'AuditInitialize' :
False,
893 'AuditReinitialize' :
False,
894 'AuditRestart' :
False,
895 'AuditExecute' :
False,
896 'AuditFinalize' :
False,
897 'AuditBeginRun' :
False,
898 'AuditEndRun' :
False,
899 'AuditStart' :
False,
901 'MonitorService' :
'MonitorSvc',
902 'RegisterForContextService' :
False,
905 'AlgDependentItemList' : { },
907 'PreloadOptItems' :
False,
910 'EvtDataSvc' :
'EventDataSvc',
911 'EvtConversionSvc' :
'EventPersistencySvc',
915 'VerifyItems' :
True,
916 'AddressLeaf' :
'/Event',
917 'AddressColumn' :
'Address',
918 'TagCollectionSvc' :
'NTupleSvc',
919 'ObjectsFirst' :
True,
923 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
925 def __init__(self, name = Configurable.DefaultName, **kwargs):
926 super(TagCollectionStream, self).
__init__(name)
927 for n,v
in kwargs.items():
930 return 'GaudiCommonSvc'
932 return 'TagCollectionStream'
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)