Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/clinic/
Dimport.c.h523 _imp_source_hash_impl(PyObject *module, long key, Py_buffer *source);
550 return_value = _imp_source_hash_impl(module, key, &source); in _imp_source_hash()
/aosp_15_r20/external/python/cpython3/Python/
Dimport.c2437 _imp_source_hash_impl(PyObject *module, long key, Py_buffer *source) in _imp_source_hash_impl() function