DEPRECATED, moved to nbconvert.utils.io
(stream='stdout')
| 242 | |
| 243 | @undoc |
| 244 | def unicode_std_stream(stream='stdout'): |
| 245 | """DEPRECATED, moved to nbconvert.utils.io""" |
| 246 | warn("IPython.utils.io.unicode_std_stream has moved to nbconvert.utils.io since IPython 4.0", DeprecationWarning, stacklevel=2) |
| 247 | from nbconvert.utils.io import unicode_std_stream |
| 248 | return unicode_std_stream(stream) |
nothing calls this directly
no outgoing calls
no test coverage detected