Exemplo n.º 1
0
    def initialize(self, suggestor: Suggestor):
        self.suggestor = suggestor
        self.suggestion_data = SuggestionData()
        self.suggestion_data.open_connection()

        self.param_extractor = ParamExtractor(self)
        self.body_extractor = BodyExtractor(self)
Exemplo n.º 2
0
    def initialize(self):
        self.suggestion_data = SuggestionData()
        self.suggestion_data.open_connection()
        self.suggestion_item_data = SuggestionItemData()
        self.suggestion_item_data.open_connection()

        self.path_extractor = PathExtractor(self)
        self.param_extractor = ParamExtractor(self)