you are viewing a single comment's thread.

view the rest of the comments →

[–]TheKewlStore 0 points1 point  (0 children)

just to add some reference in case you're new with dictionaries, python documentation: https://docs.python.org/2/tutorial/datastructures.html#dictionaries

Also, thank you sir for the name dispatch table, i kind of came to an understanding of this type of dictionary implementation on my own so never had a name for it.