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
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
On Python 2 alias __bool__ back to __nonzero__ and delete __bool__.
This allows SageObject._test_not_implemented_methods to pass on Python 2
and 3 for classes that implement this abstract interface.
0 commit comments