pystencils.codegen.config.CreateKernelConfig.copy#
- CreateKernelConfig.copy()#
Perform a semi-deep copy of this configuration object.
This will recursively copy any config subobjects (categories, i.e. subclasses of
ConfigBasewrapped in theCategorydescriptor) nested in this configuration object. Any other fields will be copied by reference.