Create a draggable and resizable dashboard in Streamlit, featuring Material UI widgets, Monaco editor (Visual Studio Code), Nivo charts, and more!
734
stars
82
forks
source link
Add AttributeError to __getattr__ in /core/callback.py ElementsCallbackData #9
Open
sindrelothe opened 2 years ago
getattr should raise a AttributeError when value is not found, not KeyError, which is raised when getitem fails. New function should look like
class ElementsCallbackData(dict): slots = ()