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

Add _class attribute to instances #475

Merged
merged 2 commits into from
Dec 9, 2021
Merged

Conversation

Jason2605
Copy link
Member

Well detailed description of the change :

This PR adds a new _class attribute to all instances when they are created. This will give reference to the class which the object was instantiated from. This will be useful for a number of cases, but one of them being it gives us a way to pull class attributes from an object.

Type of change:

  • New feature

Housekeeping

  • Tests have been updated to reflect the changes done within this PR (if applicable).

  • Documentation has been updated to reflect the changes done within this PR (if applicable).

@Jason2605 Jason2605 added the enhancement Implementation of a new feature label Oct 20, 2021
@Jason2605 Jason2605 self-assigned this Oct 20, 2021
@Jason2605 Jason2605 merged commit a9de545 into develop Dec 9, 2021
@Jason2605 Jason2605 deleted the feature/class_attribute branch December 9, 2021 21:11
@Jason2605 Jason2605 mentioned this pull request Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Implementation of a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant