Home
last modified time | relevance | path

Searched refs:IMP_HOOK (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Python/
Dimportdl.h20 IMP_HOOK enumerator
Dimport.c1333 static struct filedescr importhookdescr = {"", "", IMP_HOOK};
1999 case IMP_HOOK: { in load_module()
3461 if (setint(d, "IMP_HOOK", IMP_HOOK) < 0) goto failure; in initimp()
/external/python/cpython3/Lib/
Dimp.py46 IMP_HOOK = 9 variable