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

property of a class is better to be desinged as normal method #34

Open
zillionare opened this issue Jul 25, 2022 · 0 comments
Open

property of a class is better to be desinged as normal method #34

zillionare opened this issue Jul 25, 2022 · 0 comments
Labels

Comments

@zillionare
Copy link
Owner

some of Security's method, like display_name, it's better to be desinged as property and as a normal method( rather than coroutine function), though Python doesn't permit such behaviour.

To do this, get display_name, alias, code and etc from memory. And if user has to get past information with date, let them get the info by info method

@zillionare zillionare added the bug label Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant