Exemple #1
0
 def gen_all(self, *args, **kw):
     "Backward compatibility wrapper for co_gen_all"
     callco(self.co_gen_all(*args, **kw))
Exemple #2
0
 def init_cache(self):
     callco(self.co_init_cache())
Exemple #3
0
 def gen_all(self, *args, **kw):
     callco(self.co_gen_all(*args, **kw))