-
- Downloads
py: Make all objects and instances derive from object.
This makes isinstance(X, object) and issubclass(X, object) true for all X.
Please register or sign in to comment
This makes isinstance(X, object) and issubclass(X, object) true for all X.