Beispiel #1
0
    def send_blp(self, value):
        assert value in ('AL', 'BL')
        bool = 'AL' == value
        self._set_persist_blp(bool)

        Super.send_blp(self, value)
Beispiel #2
0
    def send_blp(self, value):
        assert value in ("AL", "BL")
        bool = "AL" == value
        self._set_persist_blp(bool)

        Super.send_blp(self, value)