Source:
Local role: Guarded list wrapper used in mutable fields of ModelObject.
Big-picture role: Extends authority-safe mutation behavior to list operations in objects managed by World.
Inheritance:
list[Any]
Parameters and fields:
initial: List[Any] | Nonemutation_guard: MutationGuard
Methods:
set_mutation_guard(...)- guarded mutators:
append,extend,insert,pop,remove,reverse,sort,__setitem__,__delitem__,__iadd__ __deepcopy__(...)
See also:
