Knowledgize LogoKnowledgize Logo
Study
Login
Español
Send Us Feedback
Browse KnowledgeSee Learning ToolsTry Rapid RepetitionTake Practice TestPlay Quiz GameStudy Flash Cards
  • Python Glossary
  • single dispatch

Definition

A form of generic function dispatch where the implementation is chosen based on the type of a single argument.

Official Documentation Link

https://docs.python.org/3/glossary.html#term-single-dispatch