- Notifications
You must be signed in to change notification settings - Fork35
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
def get_user(self): | ||
raise NotImplementedError() |
There was a problem hiding this comment.
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 - интерфейс нужный для того, чтобы не забыть реализовать какую-то из функций для локальной и удаленной работы
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
А если функция для local и remote одна и та же, и её не нужно переопределять в дочерних классах?
Реализовано в#133 |
No description provided.