Open 1uc opened 2 months ago
There's various flavours of static variables. Some are visible, like PARAMETER, some are not, like top-level LOCAL variables.
We test that the variables work, however, we don't test the non-visibility requirement. It would be good to systematically check using !hasattr.
!hasattr
There's various flavours of static variables. Some are visible, like PARAMETER, some are not, like top-level LOCAL variables.
We test that the variables work, however, we don't test the non-visibility requirement. It would be good to systematically check using
!hasattr
.