Home
last modified time | relevance | path

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

/third_party/python/Python/clinic/
Dimport.c.h182 _imp_get_frozen_object_impl(PyObject *module, PyObject *name);
198 return_value = _imp_get_frozen_object_impl(module, name); in _imp_get_frozen_object()
/third_party/python/Python/
Dimport.c1919 _imp_get_frozen_object_impl(PyObject *module, PyObject *name) in _imp_get_frozen_object_impl() function