Today I learned that the generic function with multiple implementations based on the types of the a single arguments are called as single dispatch functions1.
Additionally, Here’s the simplest example of a single dispatch function implementation written by GPT-5.
I came across it while searching for
ignoredecorators while working with an idea rabbit hole this morning. I’m dropping a reference to the mention on the official python 3 documentation ↩︎