We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
before_enter/after_exit
set_{before_enter,_after_exit}
Setting and getting should return the same result.
@plafer suggested to error/panic in the Block case.
Block
A test with self.before_enter(self.set_before_enter(ids)) == ids should pass for all node variants.
self.before_enter(self.set_before_enter(ids)) == ids
No response
The text was updated successfully, but these errors were encountered:
paracetamolo
No branches or pull requests
What should be done?
Setting and getting should return the same result.
How should it be done?
@plafer suggested to error/panic in the
Block
case.When is this task done?
A test with
self.before_enter(self.set_before_enter(ids)) == ids
should pass for all node variants.Additional context
No response
The text was updated successfully, but these errors were encountered: