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
This task is to enable class magic methods like __repr__ and to create help() or what_can_i_do() methods that print the doc strings of available attributes and encourage use of the API documentation.
This task is to enable class magic methods like
__repr__and to createhelp()orwhat_can_i_do()methods that print the doc strings of available attributes and encourage use of the API documentation.