DEPRECATED: moved to notebook.services.contents.fileio
(*args, **kwargs)
| 212 | |
| 213 | @undoc |
| 214 | def atomic_writing(*args, **kwargs): |
| 215 | """DEPRECATED: moved to notebook.services.contents.fileio""" |
| 216 | warn("IPython.utils.io.atomic_writing has moved to notebook.services.contents.fileio since IPython 4.0", DeprecationWarning, stacklevel=2) |
| 217 | from notebook.services.contents.fileio import atomic_writing |
| 218 | return atomic_writing(*args, **kwargs) |
| 219 | |
| 220 | @undoc |
| 221 | def raw_print(*args, **kw): |
nothing calls this directly
no outgoing calls
no test coverage detected