Friday, June 18, 2021¶
I started a topic page in the developer guide: About data elements, atomizers & Co.
Actor._handle_class
TableHandle
get_handle_name()
is still used in lino_welfare.modlib.debts
, where
we want to have different variants of table columns for a slave table. I wrote
this solution before I discovered the recipe for doing this using a choicelist
holding actors. We should replace this by a choicelist of actors.