##// END OF EJS Templates
Backport PR #10191: IOStream: Ignore missing attrs from `dir()`. #6386...
Backport PR #10191: IOStream: Ignore missing attrs from `dir()`. #6386 In some cases calling `getattr()` on attributes found with `dir()` will fail. This is seen in Issue #6386. The attribute in that issue is `name`, which is not needed for `IOStream` to work correctly. This fix will set the attribute to `None` and move on. Tests were added in `IPython.utils.tests.test_io.py` to catch any regressions.
Thomas Kluyver -
r23252:5b2e7365
Show More
Name Size Modified Last Commit Author
/ docs / source / interactive
figs
index.rst Loading ...
magics.rst Loading ...
plotting.rst Loading ...
python-ipython-diff.rst Loading ...
reference.rst Loading ...
shell.rst Loading ...
tips.rst Loading ...
tutorial.rst Loading ...