Source code for gryphon.data_service.pollers.poller

[docs]class Poller(object):
[docs] def parse_response(self, resp_obj): pass
[docs] def start(self): pass