Home
last modified time | relevance | path

Searched refs:PyModule_New (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dmoduleobject.h15 PyAPI_FUNC(PyObject *) PyModule_New(const char *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmoduleobject.h20 PyAPI_FUNC(PyObject *) PyModule_New(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmoduleobject.h20 PyAPI_FUNC(PyObject *) PyModule_New(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmoduleobject.h20 PyAPI_FUNC(PyObject *) PyModule_New(
/aosp_15_r20/external/python/cpython3/Include/
Dmoduleobject.h20 PyAPI_FUNC(PyObject *) PyModule_New(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmoduleobject.h20 PyAPI_FUNC(PyObject *) PyModule_New(
/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/
H A Dinit.cpp119 THPObjectPtr module(PyModule_New("torch._C._functions")); in THPAutograd_initFunctions()
/aosp_15_r20/external/python/cpython3/Objects/
Dmoduleobject.c126 PyModule_New(const char *name) in PyModule_New() function
230 if ((m = (PyModuleObject*)PyModule_New(name)) == NULL) in _PyModule_CreateInitialized()
/aosp_15_r20/external/python/cpython2/Objects/
Dmoduleobject.c18 PyModule_New(const char *name) in PyModule_New() function
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dmodule.rst37 .. c:function:: PyObject* PyModule_New(const char *name)
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def270 PyModule_New
/aosp_15_r20/external/python/cpython3/Modules/
D_testmultiphase.c731 return PyModule_New("foo"); in createfunc_unreported_exception()
Dpyexpat.c1627 PyObject *submodule = PyModule_New(fullname); in add_submodule()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dmodule.rst52 .. c:function:: PyObject* PyModule_New(const char *name)
355 a normal module object using :c:func:`PyModule_New`. The name is taken from
/aosp_15_r20/external/python/cpython2/Modules/
Dpyexpat.c1899 errors_module = PyModule_New(MODULE_NAME ".errors"); in MODULE_INITFUNC()
1909 model_module = PyModule_New(MODULE_NAME ".model"); in MODULE_INITFUNC()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def436 "PyModule_New"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat769 PyModule_New:PyObject*::+1:
770 PyModule_New::char* name::
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c386 EXPORT_FUNC(PyModule_New)
/aosp_15_r20/external/python/cpython2/Python/
Dimport.c670 m = PyModule_New(PyString_AS_STRING(name)); in _PyImport_AddModuleObject()
3248 return PyModule_New(name); in imp_new_module()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat415 function,PyModule_New,3.2,,
Drefcounts.dat1402 PyModule_New:PyObject*::+1:
1403 PyModule_New::char* name::
Dpython3.11.abi437 …<elf-symbol name='PyModule_New' type='func-type' binding='global-binding' visibility='default-visi…
9239PyModule_New' mangled-name='PyModule_New' filepath='Objects/moduleobject.c' line='126' column='1' …
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1022 [function.PyModule_New]