Home
last modified time | relevance | path

Searched refs:xxmodule (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Modules/
Dxxlimited.c290 static struct PyModuleDef xxmodule = { variable
307 return PyModuleDef_Init(&xxmodule); in PyInit_xxlimited()
Dxxmodule.c393 static struct PyModuleDef xxmodule = { variable
410 return PyModuleDef_Init(&xxmodule); in PyInit_xx()
DSetup361 # xx xxmodule.c
/third_party/python/
DMakefile.pre.in1470 libinstall: build_all $(srcdir)/Modules/xxmodule.c
1530 $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \
/third_party/python/Doc/extending/
Dextending.rst434 as :file:`Modules/xxmodule.c`. This file may be used as a template or simply
439 Unlike our ``spam`` example, ``xxmodule`` uses *multi-phase initialization*
/third_party/python/Doc/c-api/
Dtypeobj.rst1506 .. from Modules/xxmodule.c
/third_party/python/Misc/
DHISTORY32106 - Modules regexmodule.c, bsddbmodule.c and xxmodule.c have been
34376 New file xxmodule.c is a template for new extension modules.