예제 #1
0
파일: protocols.py 프로젝트: zaheerm/feat
 def notify_finish(self, state):
     return fiber.wrap_defer_ex(state.medium.notify_finish, debug_depth=2)
예제 #2
0
파일: protocols.py 프로젝트: zaheerm/feat
 def notify_state(self, state, *states):
     return fiber.wrap_defer_ex(state.medium.wait_for_state,
                                states, debug_depth=2)