Lines Matching defs:new
9 new(name, string='') - returns a new hash object implementing the
14 than using new():
57 # This tuple and __get_builtin_constructor() must be modified if a new
63 __all__ = __always_supported + ('new', 'algorithms')
70 return _sha.new
73 return _md5.new
107 """new(name, string='') - Return a new hashing object using the named algorithm;
114 """new(name, string='') - Return a new hashing object using the named algorithm;
118 return _hashlib.new(name, string)
129 new = __hash_new
132 new = __py_new