-
Notifications
You must be signed in to change notification settings - Fork 0
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
Private and Public Attributes #2
Labels
enhancement
New feature or request
Comments
lelaus
added a commit
that referenced
this issue
Aug 9, 2024
…n main.py New private method __set_working_dir() added to be used in TuPostProcessingGUI class constructor for setting working directory
lelaus
added a commit
that referenced
this issue
Aug 14, 2024
Unified management of OS platform andhandled the display of the titlebar icon in the main window
lelaus
added a commit
that referenced
this issue
Sep 10, 2024
lelaus
added a commit
that referenced
this issue
Sep 10, 2024
…ui configuration into a dedicated method
lelaus
added a commit
that referenced
this issue
Sep 11, 2024
…and changed the handling of the notebook containing the plot tabs
lelaus
added a commit
that referenced
this issue
Oct 11, 2024
…private attribute and handled its deletion accordingly
lelaus
added a commit
that referenced
this issue
Oct 11, 2024
…o manage externally-managed-environment issue
lelaus
added a commit
that referenced
this issue
Oct 11, 2024
…o manage externally-managed-environment issue - 2
lelaus
added a commit
that referenced
this issue
Oct 11, 2024
…o manage externally-managed-environment issue - 3
lelaus
added a commit
that referenced
this issue
Oct 11, 2024
…l into a private attribute and handled its deletion accordingly
lelaus
added a commit
that referenced
this issue
Nov 5, 2024
…tes into private and atomized the methods for loading .pli file in the main class
lelaus
added a commit
that referenced
this issue
Nov 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So far, in some classes no distinction is made between private and public attributes. To improve the code's readability and safety, a distinction between private and public attributes is needed, by using properties when needed.
The text was updated successfully, but these errors were encountered: