(self, result)
| 35 | utils.conn_db("github_result").insert_one(item) |
| 36 | |
| 37 | def result_to_dict(self, result): |
| 38 | item = result.to_dict() |
| 39 | item["human_content"] = result.human_content(self.keyword) |
| 40 | item["keyword"] = self.keyword |
| 41 | item["github_task_id"] = self.task_id |
| 42 | return item |
| 43 | |
| 44 | def filter_result(self, result: GithubResult): |
| 45 | path_keyword_list = ["open-app-filter/", "/adbyby", |
no test coverage detected