Return AdvisoryData objects corresponding to the data being imported
(self)
| 769 | return f"{cls.__module__}.{cls.__qualname__}" |
| 770 | |
| 771 | def advisory_data(self) -> Iterable[AdvisoryData]: |
| 772 | """ |
| 773 | Return AdvisoryData objects corresponding to the data being imported |
| 774 | """ |
| 775 | raise NotImplementedError |
| 776 | |
| 777 | def clone(self, repo_url): |
| 778 | """ |