HomeSort by relevance Sort by last modified time
    Searched defs:TempdirManager (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
support.py 52 class TempdirManager(object):
59 super(TempdirManager, self).setUp()
63 super(TempdirManager, self).tearDown()
  /external/python/cpython2/Lib/distutils/tests/
support.py 58 class TempdirManager(object):
65 super(TempdirManager, self).setUp()
73 super(TempdirManager, self).tearDown()
  /external/python/cpython3/Lib/distutils/tests/
support.py 50 class TempdirManager(object):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 58 class TempdirManager(object):
65 super(TempdirManager, self).setUp()
73 super(TempdirManager, self).tearDown()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 58 class TempdirManager(object):
65 super(TempdirManager, self).setUp()
73 super(TempdirManager, self).tearDown()

Completed in 92 milliseconds