Skip to content

Conversation

@Preocts
Copy link
Owner

@Preocts Preocts commented Jun 21, 2025

Two class variables are injected outside of the __init__() of the class. This is done, mostly, to avoid the complexity of matching the parent class init just to declare these.

Name mangling these two will prevent any possibility of collision with the parent class and feel like best practice here.

Renaming them to be more accurate to what they are.

@Preocts Preocts self-assigned this Jun 21, 2025
@Preocts Preocts marked this pull request as ready for review June 21, 2025 23:47
Two class variables are injected outside of the `__init__()` of the
class. This is done, mostly, to avoid the complexity of matching the
parent class init just to declare these.

Name mangling these two will prevent any possibility of collision with
the parent class and feel like best practice here.

Renaming them to be more accurate to what they are.
@Preocts Preocts force-pushed the isolate-class-state branch from 9f1ec4b to 02a3527 Compare June 21, 2025 23:54
@Preocts Preocts enabled auto-merge (squash) June 21, 2025 23:55
@Preocts Preocts merged commit 552fb95 into main Jun 21, 2025
16 checks passed
@Preocts Preocts deleted the isolate-class-state branch June 21, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants