def gen_all(self, *args, **kw): "Backward compatibility wrapper for co_gen_all" callco(self.co_gen_all(*args, **kw))
def init_cache(self): callco(self.co_init_cache())
def gen_all(self, *args, **kw): callco(self.co_gen_all(*args, **kw))