scvi.utils.attrdict#
- class scvi.utils.attrdict(*args, **kwargs)[source]#
Bases:
FrozenConfigDictA dictionary that allows for attribute-style access.
Dummy class that allows for backwards compatibility with the previous custom
attrdict. Inherits fromFrozenConfigDict.