Searched refs:PyModule_New (Results 1 – 10 of 10) sorted by relevance
20 PyAPI_FUNC(PyObject *) PyModule_New(
114 PyModule_New(const char *name) in PyModule_New() function218 if ((m = (PyModuleObject*)PyModule_New(name)) == NULL) in _PyModule_CreateInitialized()
709 return PyModule_New("foo"); in createfunc_unreported_exception()
1626 PyObject *submodule = PyModule_New(fullname); in add_submodule()
52 .. c:function:: PyObject* PyModule_New(const char *name)355 a normal module object using :c:func:`PyModule_New`. The name is taken from
379 EXPORT_FUNC(PyModule_New)
403 function,PyModule_New,3.2,
1402 PyModule_New:PyObject*::+1:1403 PyModule_New::char* name::
930 function PyModule_New
1300 [def PyModule_New [@http://www.python.org/doc/current/api/moduleObjects.html#l2h-591 Py…