micropython-lib/collections.defaultdict
Paul Sokolovsky 53f454261b collections.defaultdict: Make __missing__() behavior more compliant.
https://docs.python.org/3.3/library/collections.html#collections.defaultdict.__missing__
says that it's __missing__() what should check default_factory for None
(so this entire behavior can be overriden in subclasses).
2014-05-11 13:56:48 +03:00
..
collections collections.defaultdict: Make __missing__() behavior more compliant. 2014-05-11 13:56:48 +03:00
setup.py collections.defaultdict: Make __missing__() behavior more compliant. 2014-05-11 13:56:48 +03:00
test_defaultdict.py