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

"__repr__()" Method ("_lbh15.py") Improvement #70

Open
lelaus opened this issue Sep 14, 2023 · 1 comment
Open

"__repr__()" Method ("_lbh15.py") Improvement #70

lelaus opened this issue Sep 14, 2023 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@lelaus
Copy link
Collaborator

lelaus commented Sep 14, 2023

  • [1] add the pressure to the variables to print;
  • [2] typically, the __repr__() method should return a string that represents the Python instruction to use for re-instantiating the instance it is called on; currently, its purpose is to provide a concise description of the instance it is called on; how to interpret the method?
@panDanieleN panDanieleN added help wanted Extra attention is needed invalid This doesn't seem right labels Sep 14, 2023
@panDanieleN
Copy link
Collaborator

The first task handled in #106.

@panDanieleN panDanieleN removed the invalid This doesn't seem right label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants