Home
last modified time | relevance | path

Searched refs:PyImport_ReloadModule (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dimport.h26 PyAPI_FUNC(PyObject *) PyImport_ReloadModule(PyObject *m);
/external/python/cpython2/PC/os2vacpp/
Dpython.def211 PyImport_ReloadModule
/external/python/cpython2/Doc/c-api/
Dimport.rst101 .. c:function:: PyObject* PyImport_ReloadModule(PyObject *m)
145 :c:func:`PyImport_ReloadModule` for the intended way to reload a module.
/external/python/cpython2/PC/os2emx/
Dpython27.def966 "PyImport_ReloadModule"
/external/python/cpython2/Doc/data/
Drefcounts.dat529 PyImport_ReloadModule:PyObject*::+1:
530 PyImport_ReloadModule:PyObject*:m:0:
/external/python/cpython2/Python/
Dimport.c2744 PyImport_ReloadModule(PyObject *m) in PyImport_ReloadModule() function
3232 return PyImport_ReloadModule(v); in imp_reload()
Dbltinmodule.c2152 return PyImport_ReloadModule(v); in builtin_reload()
/external/python/cpython2/Misc/
DHISTORY2960 PyImport_ReloadModule() has been changed to reinsert the original