Easy Python Jump Tables Using Decorators

Save time, improve code readability and reduce errors by automatically creating jump tables using Python decorators.

David Plummer
Python in Plain English
4 min readJan 19, 2022

--

What Is A Jump Table?

Jump tables, sometimes called dispatch or branch tables, are indexed lists of functions. They are typically used when the function to be…

--

--

Writing on systems thinking; data analytics in health and care; and anything else that makes the grey cells itch.