(self, pubsub_push_handler_func)
| 387 | return None |
| 388 | |
| 389 | def set_pubsub_push_handler(self, pubsub_push_handler_func): |
| 390 | self.pubsub_push_handler_func = pubsub_push_handler_func |
| 391 | |
| 392 | def set_invalidation_push_handler(self, invalidation_push_handler_func): |
| 393 | self.invalidation_push_handler_func = invalidation_push_handler_func |
no outgoing calls
no test coverage detected