Exemplo n.º 1
0
    def __init__(self):
        Callback.__init__(self)

        self.comparisons = []
Exemplo n.º 2
0
    def __init__(self, *args, **kwargs):
        dict.__init__(self, *args, **kwargs)

        self.__cache = Callback()
Exemplo n.º 3
0
    def __init__(self, *args):
        Callback.__init__(self)

        self.bitwise_operations = []