Home
last modified time | relevance | path

Searched refs:__get_builtin_constructor (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dhashlib.py79 def __get_builtin_constructor(name): function
126 return __get_builtin_constructor(name)
135 return __get_builtin_constructor(name)
143 return __get_builtin_constructor(name)(data, **kwargs)
155 return __get_builtin_constructor(name)(data, **kwargs)
163 return __get_builtin_constructor(name)(data)
174 __get_hash = __get_builtin_constructor
/external/python/cpython2/Lib/
Dhashlib.py72 def __get_builtin_constructor(name): function
109 return __get_builtin_constructor(name)
116 return __get_builtin_constructor(name)(string)
130 return __get_builtin_constructor(name)(string)
141 __get_hash = __get_builtin_constructor