We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14aa01 commit 09dd074Copy full SHA for 09dd074
dash/_obsolete.py
@@ -20,4 +20,4 @@ def __getattr__(self, name: str):
20
if name in self._obsolete_attributes:
21
err = self._obsolete_attributes[name]
22
raise err.exc(err.message)
23
- return getattr(self, name)
+ return getattr(self.__dict__, name)
0 commit comments