Exemplo n.º 1
0
class CurlManager(object):
    def create_agent(self, data_contract):
        self.curl_agent = CurlAgent(data_contract)

    def execute_agent(self):
        result, output = self.curl_agent.execute()
        return result, output
Exemplo n.º 2
0
class CurlManager(object):
    
    def create_agent(self, data_contract):
        self.curl_agent = CurlAgent(data_contract)
    
    def execute_agent(self):
        result, output = self.curl_agent.execute()
        return result, output
Exemplo n.º 3
0
 def create_agent(self, data_contract):
     self.curl_agent = CurlAgent(data_contract)
Exemplo n.º 4
0
 def create_agent(self, data_contract):
     self.curl_agent = CurlAgent(data_contract)