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

  /external/python/cpython3/Objects/clinic/
moduleobject.c.h 14 module___init___impl(PyModuleObject *self, PyObject *name, PyObject *doc);
29 return_value = module___init___impl((PyModuleObject *)self, name, doc);
  /external/python/cpython3/Objects/
moduleobject.c 658 module___init___impl(PyModuleObject *self, PyObject *name, PyObject *doc) function

Completed in 3875 milliseconds