Home
last modified time | relevance | path

Searched refs:datetimemodule (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/RISCOS/
DMakefile257 @.^.Lib.datetime/pyd: @.^.Modules.o.datetimemodule s.linktab
258 $(MAKEDLK) -d @.^.Lib.datetime/pyd -s s.linktab -o @.^.Modules.o.datetimemodule -e initdatetime
/external/python/cpython2/PC/os2emx/
Dpython27.def1236 ; From python27_s.lib(datetimemodule)
/external/python/cpython2/
DAndroid.bp493 "Modules/datetimemodule.c",
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp320 SOURCE=..\..\Modules\datetimemodule.c
/external/python/cpython2/Modules/
DSetup.dist186 #datetime datetimemodule.c # date/time type
/external/python/cpython3/Modules/
D_datetimemodule.c6267 static struct PyModuleDef datetimemodule = { variable
6287 m = PyModule_Create(&datetimemodule); in PyInit__datetime()