• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(1)  |  Call(0)  |  Derive(0)  |  Import(1)
No Document.

src/i/p/ipython-py3k-HEAD/IPython/utils/tempdir.py   ipython-py3k(Download)
# This code should only be used in Python versions < 3.2, since after that we
# can rely on the stdlib itself.
try:
    from tempfile import TemporaryDirectory
 
except ImportError: