コード例 #1
0
 def __init__(self, *args, **kwargs):
         try:
                 watch = kwargs['watchfor']
         except KeyError:
                 watch = []
         kwargs['watchfor'] = watch + [event.MeasureDosePublishEvent]
         Reference.__init__(self, *args, **kwargs)
         self.start()
コード例 #2
0
 def __init__(self, *args, **kwargs):
     try:
         watch = kwargs['watchfor']
     except KeyError:
         watch = []
     kwargs['watchfor'] = watch + [event.MeasureDosePublishEvent]
     Reference.__init__(self, *args, **kwargs)
     self.start()
コード例 #3
0
 def __init__(self, *args, **kwargs):
         try:
                 watch = kwargs['watchfor']
         except KeyError:
                 watch = []
         kwargs['watchfor'] = watch + [event.AlignZeroLossPeakPublishEvent]
         Reference.__init__(self, *args, **kwargs)
         self.start()
コード例 #4
0
 def __init__(self, *args, **kwargs):
     try:
         watch = kwargs['watchfor']
     except KeyError:
         watch = []
     kwargs['watchfor'] = watch + [event.AlignZeroLossPeakPublishEvent]
     Reference.__init__(self, *args, **kwargs)
     self.start()