Skip to content

Implement get_user #130

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

Closed
wants to merge 1 commit into from
Closed

Implement get_user #130

wants to merge 1 commit into from

Conversation

asavchkov
Copy link
Contributor

No description provided.

@asavchkov asavchkov marked this pull request as draft June 15, 2024 13:50
def get_user(self):
raise NotImplementedError()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это должно быть в local_ops.py и в remote_ops.py. os_ops.py - интерфейс нужный для того, чтобы не забыть реализовать какую-то из функций для локальной и удаленной работы

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А если функция для local и remote одна и та же, и её не нужно переопределять в дочерних классах?

@asavchkov asavchkov closed this Jun 30, 2024
@asavchkov asavchkov deleted the default-db-user branch June 30, 2024 12:12
@asavchkov
Copy link
Contributor Author

Реализовано в #133

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