HomeSort by relevance Sort by last modified time
    Searched refs:PyImport_ExecCodeModuleWithPathnames (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/
import.h 26 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleWithPathnames(
  /external/python/cpython3/Python/
import.c 848 * Note that PyImport_ExecCodeModuleWithPathnames() is the preferred, richer
854 return PyImport_ExecCodeModuleWithPathnames(
861 return PyImport_ExecCodeModuleWithPathnames(
866 PyImport_ExecCodeModuleWithPathnames(const char *name, PyObject *co,
895 Py_FatalError("PyImport_ExecCodeModuleWithPathnames: "
    [all...]

Completed in 693 milliseconds