pystencils.codegen.config.Category

Contents

pystencils.codegen.config.Category#

class pystencils.codegen.config.Category(default)#

Descriptor for a category of options.

This descriptor makes sure that when an entire category is set to an object, that object is copied immediately such that later changes to the original do not affect this configuration.

Parameters:

default (Category_T)