moo.core.tests.test_security_builtins.test_set_operations_safe
- moo.core.tests.test_security_builtins.test_set_operations_safe()
set() exposes add/remove/discard/union etc. — all return sets, integers, or booleans. Adding a live object reference to a set gives no new access: the caller already had the reference.