PropertySetMixin

class glue.utils.misc.PropertySetMixin[source]

Bases: object

An object that provides a set of properties that are meant to encapsulate state information

This class exposes a properties attribute, which is a dict of all properties. Similarly, assigning to the properties dict will update the individual properties

Attributes Summary

properties A dict mapping property names to values

Attributes Documentation

properties

A dict mapping property names to values