Set#
- class prose.blocks.utils.Set(name=None, **kwargs)#
Sets specific attribute to every image
For example to set attributes
awith the value 2 on every image (i.e Image.a = 2):from prose import blocks set_block = blocks.Set(a=2)
- Parameters:
kwargs (kwargs) – keywords argument and values to be set on every image