Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dxxmodule.c390 static struct PyModuleDef xxmodule = { variable
407 return PyModuleDef_Init(&xxmodule); in PyInit_xx()
Dxxlimited.c286 static struct PyModuleDef xxmodule = { variable
303 return PyModuleDef_Init(&xxmodule); in PyInit_xxlimited()
DSetup.dist358 # xx xxmodule.c
/external/python/cpython2/Modules/
DSetup.dist488 # xx xxmodule.c
/external/python/cpython2/
DMakefile.pre.in1074 libinstall: build_all $(srcdir)/Lib/$(PLATDIR) $(srcdir)/Modules/xxmodule.c
1131 $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \
/external/python/cpython3/
DMakefile.pre.in1334 libinstall: build_all $(srcdir)/Modules/xxmodule.c
1393 $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \
/external/python/cpython3/Doc/extending/
Dextending.rst416 as :file:`Modules/xxmodule.c`. This file may be used as a template or simply
421 Unlike our ``spam`` example, ``xxmodule`` uses *multi-phase initialization*
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk847 xxmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
Dmakefile1186 xxmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
/external/python/cpython2/Doc/extending/
Dextending.rst399 as :file:`Modules/xxmodule.c`. This file may be used as a template or simply
/external/python/cpython2/Misc/
DHISTORY14727 - Modules regexmodule.c, bsddbmodule.c and xxmodule.c have been
16997 New file xxmodule.c is a template for new extension modules.
/external/python/cpython3/Misc/
DHISTORY32106 - Modules regexmodule.c, bsddbmodule.c and xxmodule.c have been
34376 New file xxmodule.c is a template for new extension modules.