vispy.util.frozen module# class vispy.util.frozen.Frozen# Bases: object freeze()# Freeze the object so that only existing properties can be set unfreeze()# Unfreeze the object so that additional properties can be added