There was an error while loading. Please reload this page.
>>> isinstance(1, int) Traceback (most recent call last): File "<stdin>", line 1, in <module> FIXME line of source goes here NameError: "name 'isinstance' is not defined"
>>> isinstance(1, int) Traceback (most recent call last): File "<stdin>", line 1, in <module> FIXME line of source goes here NameError: "name 'isinstance' is not defined"