Home
last modified time | relevance | path

Searched refs:PyModule_NewObject (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dmoduleobject.c110 PyModule_NewObject(PyObject *name) in PyModule_NewObject() function
132 module = PyModule_NewObject(nameobj); in PyModule_New()
333 m = PyModule_NewObject(nameobj); in PyModule_FromDefAndSpec2()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmoduleobject.h16 PyAPI_FUNC(PyObject *) PyModule_NewObject(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmoduleobject.h16 PyAPI_FUNC(PyObject *) PyModule_NewObject(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmoduleobject.h16 PyAPI_FUNC(PyObject *) PyModule_NewObject(
/aosp_15_r20/external/python/cpython3/Include/
Dmoduleobject.h16 PyAPI_FUNC(PyObject *) PyModule_NewObject(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmoduleobject.h16 PyAPI_FUNC(PyObject *) PyModule_NewObject(
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dmodule.rst31 .. c:function:: PyObject* PyModule_NewObject(PyObject *name)
54 Similar to :c:func:`PyModule_NewObject`, but the name is a UTF-8 encoded
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c387 EXPORT_FUNC(PyModule_NewObject)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat416 function,PyModule_NewObject,3.7,,
Drefcounts.dat1405 PyModule_NewObject:PyObject*::+1:
1406 PyModule_NewObject:PyObject*:name:+1:
Dpython3.11.abi438 …<elf-symbol name='PyModule_NewObject' type='func-type' binding='global-binding' visibility='defaul…
9243PyModule_NewObject' mangled-name='PyModule_NewObject' filepath='Objects/moduleobject.c' line='110'…
/aosp_15_r20/external/python/cpython3/Python/
Dimport.c587 m = PyModule_NewObject(name); in import_add_module()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1974 [function.PyModule_NewObject]