On Thu, 7 Jan 2021, Peter Otten wrote:

Spoiler: unless the name 'underline' is defined you get a NameError:
NameError: name 'underline' is not defined
If it is defined and self.callbacks is a dict you get a TypeError:
TypeError: unhashable type: 'slice'
because that's what a colon means in a context like
x[a:b]

The template I used for the menu doesn't scale to my application so I'm
re-writing it from scratch.

Thanks, all,

Rich
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to