How would you name this dictionary?

bagratte at live.com bagratte at live.com
Sun Jan 21 14:39:56 EST 2024


class NameMe(dict):
    def __missing__(self, key):
        return key



More information about the Python-list mailing list