Home
last modified time | relevance | path

Searched refs:get_unpack_formats (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_shutil.py23 unregister_unpack_format, get_unpack_formats,
1635 formats = get_unpack_formats()
1652 self.assertIn(('Boo2', ['.boo'], ''), get_unpack_formats())
1653 self.assertNotIn(('Boo', ['.boo'], ''), get_unpack_formats())
1657 self.assertEqual(get_unpack_formats(), formats)
/third_party/python/Doc/library/
Dshutil.rst680 by the :func:`get_unpack_formats` function.
688 .. function:: get_unpack_formats()
/third_party/python/Lib/
Dshutil.py1095 def get_unpack_formats(): function