Beispiel #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
Beispiel #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
Beispiel #3
0
 def create_agent(self, data_contract):
     self.curl_agent = CurlAgent(data_contract)
Beispiel #4
0
 def create_agent(self, data_contract):
     self.curl_agent = CurlAgent(data_contract)