예제 #1
0
 def decorate_coroutine(self, coroutine):
     return wrap_coroutine(self, coroutine)
예제 #2
0
파일: api.py 프로젝트: spulec/freezegun
 def decorate_coroutine(self, coroutine):
     return wrap_coroutine(self, coroutine)