##// 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.

File last commit:

r22770:54f7e5cd
r23252:5b2e7365
Show More
index.rst
31 lines | 855 B | text/x-rst | RstLexer

Using IPython for interactive work

This section of IPython documentation walk you through most of the IPython functionality. You do not need to have any deep knowledge of Python to read this tutorial, though some section might make slightly more sens if you have already done some work in the REPL.

Note

Some part of this documentation are more than a decade old so might be out of date, we welcome any report of inaccuracy, and Pull Requests that make that up to date.