How to duplicate a function, but with different settables?

Hi. Without a concrete use case, this is just How can I have global configuration parameters for a module/package? - #2 by Andrew, but from a different angle.

Generally speaking, you can’t. But with enough hacks you can manually exploit one element for storing relevant/updated field values with a set rule, like here:

Or use Introduction - The Elembic Handbook.

1 Like