“dunder” = “double underscore” => ‘__’

I was wondering what a “DunderAlias” was, and it’s described on the Python Wiki: http://wiki.python.org/moin/DunderAlias

“Mark Jackson was the first to suggest dunder as a speech shorthand for double underscores (__) in a reply to a query from Pat Notz. Ned Batchelder later stressed the need for a way of pronouncing __ …”

Comments are closed.