set_explicit
Method of DynamicObject.
set_explicit(bool explicit) -> void
Sets whether the dynamic object is explicit.
When set as explicit, only declared attributes are allowed and you cannot add attributes dynamically.
Parameters
- explicit: True to make the object explicit, false otherwise.