Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about style to write abstract base class #40

Open
hientq-1908 opened this issue Sep 26, 2024 · 0 comments
Open

Question about style to write abstract base class #40

hientq-1908 opened this issue Sep 26, 2024 · 0 comments

Comments

@hientq-1908
Copy link

Hi,
It's a bit silly, but I want to ask about the way you write base class in file /1-data-crawling/crawlers/base.py. Can you explain the reason you separate it into two base class: BaseCrawler(ABC), then BaseAbstractCrawler(BaseCrawler, ABC). What are benefits of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant