예제 #1
0
 def gen_all(self, *args, **kw):
     "Backward compatibility wrapper for co_gen_all"
     callco(self.co_gen_all(*args, **kw))
예제 #2
0
 def init_cache(self):
     callco(self.co_init_cache())
예제 #3
0
파일: project.py 프로젝트: laerreal/qdt
 def gen_all(self, *args, **kw):
     callco(self.co_gen_all(*args, **kw))