I notice that many Timba scripts are able to use a 'record' structure to define things. Since 'record' isn't a data structure supplied with 'standard' python, I'm assuming that 'record' is being defined somewhere in Timba land. But I can't find where this is done - can you point me to the location?

It's imported from Timba.dmi (OCTOPython/src/dmi.py). A record is basically a type-limited dict, restricted to data types recognized by the C++ kernel.

What's a Timba 'record'? (last edited 2007-02-13 02:02:16 by TonyWillis)