Exemplo n.º 1
0
 def __init__(self):
   # Calculate prime numbers
   self.primes_table = primes(16384*4)
   self.db = open_db()
   self.db.printing = False
   
   self.callgraph = None
   self.primes = None
Exemplo n.º 2
0
    def __init__(self):
        # Calculate prime numbers
        self.primes_table = primes(16384 * 4)
        self.db = open_db()
        self.db.printing = False

        self.clamd = None
        if pyclamd is not None:
            self.clamd = pyclamd.ClamdAgnostic()
            self.clamd.ping()
Exemplo n.º 3
0
 def __init__(self):
     self.wait_time = 60
     self.db = open_db()
     self.db.printing = False