You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__getattribute__ is called everytime any attribute is accessed on
request. It catches AttributeErrors in order to proxy to the
underlying request. getattr is called, by python, whenever an
attribute is missing and has a much lower overhead.
0 commit comments