Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dhashlib.py73 def __get_builtin_constructor(name): function
119 return __get_builtin_constructor(name)
128 return __get_builtin_constructor(name)
136 return __get_builtin_constructor(name)(data, **kwargs)
148 return __get_builtin_constructor(name)(data, **kwargs)
156 return __get_builtin_constructor(name)(data)
167 __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