moo.core.tests.test_security_builtins.test_dunder_syntax_blocked
- moo.core.tests.test_security_builtins.test_dunder_syntax_blocked()
Dunder attribute syntax (obj.__class__) is rejected at compile time by RestrictedPython and raises SyntaxError. Access is denied before execution.