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