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
This method has bad semantics. Ideally, _default should only be returned when the object does not have an attribute with the specified name. In all other cases GetAttr should raise the PythonException explaining what went wrong instead of returning _default.
The text was updated successfully, but these errors were encountered:
This method has bad semantics. Ideally,
_default
should only be returned when the object does not have an attribute with the specifiedname
. In all other casesGetAttr
should raise thePythonException
explaining what went wrong instead of returning_default
.The text was updated successfully, but these errors were encountered: