Use a class for `CachedMapper`-derived mappers instead of a dict (#549)
* make CombineMapper inherit from CachedMapper * move axis tag attaching code into a separate method in AxisTagAttacher * use a class for CachedMapper caches instead of using a dict directly * drop P from mapper caches, since it's not being used * add comment about type annotations in CachedMapperCache
Loading
Please sign in to comment