pytilities.aop.aspects.immutableaspect

class pytilities.aop.aspects.immutableaspect.ImmutableAspect(attributes)

Aspect that makes some attributes immutable

__init__(attributes)

Create an ImmutableAspect.

Parameters:
  • attributes (iter(str, ...)) – Attribute names whose setters to guard
_fail()

Previous topic

pytilities.aop.aspects

Next topic

pytilities.aop.aspects.view

This Page