You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 byinfo
methodThe text was updated successfully, but these errors were encountered: