Ejemplo n.º 1
0
    def __init__(self, **kwargs):
        if _debug:
            SampleBinaryValueObject._debug("__init__ %r", kwargs)
        BinaryValueObject.__init__(self, **kwargs)

        # add a callback when the object name has changed
        self._property_monitors["objectIdentifier"].append(
            self.object_identifier_changed)
Ejemplo n.º 2
0
 def __init__(self, **kwargs):
     if _debug: RandomBinaryValueObject._debug("__init__ %r", kwargs)
     BinaryValueObject.__init__(self, **kwargs)
Ejemplo n.º 3
0
 def __init__(self, **kwargs):
     BinaryValueObject.__init__(self, **kwargs)
Ejemplo n.º 4
0
 def __init__(self, **kwargs):
     BinaryValueObject.__init__(self, **kwargs)