Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dispatcher pattern
#2
Uploaded version 2023.08.07.2 because
  1. The dispatcher can point to other values than functions
  2. The tables returned by dispatcher.__get__() now inherit collections.abc.MutableMapping with less code.
  3. Code is amazingly short for what it does, a success for Python standard library's tools.
  4. Interface is better than in previous versions.
Larz60+ likes this post
Reply


Messages In This Thread
Dispatcher pattern - by Gribouillis - Aug-07-2023, 07:32 AM
RE: Dispatcher pattern - by Gribouillis - Aug-07-2023, 09:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Switch .. case .. dispatcher based on singledispatch Gribouillis 2 3,913 Feb-02-2020, 05:31 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020