HomeSort by relevance Sort by last modified time
    Searched refs:get_builtin_constructor (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hashlib.py 119 get_builtin_constructor = hashlib.__dict__[
121 self.assertRaises(ValueError, get_builtin_constructor, 'test')
129 self.assertRaises(ValueError, get_builtin_constructor, 'md5')
  /external/python/cpython2/Lib/test/
test_hashlib.py 126 get_builtin_constructor = hashlib.__dict__[
128 self.assertRaises(ValueError, get_builtin_constructor, 'test')
136 self.assertRaises(ValueError, get_builtin_constructor, 'md5')
142 self.assertRaises(TypeError, get_builtin_constructor, 3)
  /external/python/cpython3/Lib/test/
test_hashlib.py 198 get_builtin_constructor = getattr(hashlib,
202 self.assertRaises(ValueError, get_builtin_constructor, 'test')
212 self.assertRaises(ValueError, get_builtin_constructor, 'md5')
218 self.assertRaises(TypeError, get_builtin_constructor, 3)
219 constructor = get_builtin_constructor('md5')
    [all...]

Completed in 1039 milliseconds