Change the newQueue.py visualization to use the drawable record class instead of
recordclass. The different versions of recordclass that come with Python
have different ways of getting the list of fields in the record. It's better
that the visualization repo is "self-contained" and only depends on Python,
tkinter, and standard Python libraries.
Change the newQueue.py visualization to use the drawable record class instead of
recordclass
. The different versions ofrecordclass
that come with Python have different ways of getting the list of fields in the record. It's better that the visualization repo is "self-contained" and only depends on Python, tkinter, and standard Python libraries.