class documentation

class ResMan(ChainMap[str, bytes]): (source)

View In Hierarchy

A resource manager that chains multiple resource mappings together.

This is currently a type alias for ChainMap[str, bytes] to indicate its intended use, but may be extended in the future; so make sure to use this type for foward compatibility.