MagicStack / immutables

A high-performance immutable mapping type for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inherit from Map

opened this issue · comments

Any plans to do Map class inheritable? I want detect only possible keys and than I need to make new class, but now I get an error TypeError: type 'immutables._map.Map' is not an acceptable base type