Searched refs:time_strftime (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0rc3.rst | 35 time_strftime() buffer over-read.
|
/external/python/cpython2/Modules/ |
D | timemodule.c | 463 time_strftime(PyObject *self, PyObject *args) in time_strftime() function 891 {"strftime", time_strftime, METH_VARARGS, strftime_doc},
|
D | datetimemodule.c | 3305 time_strftime(PyDateTime_Time *self, PyObject *args, PyObject *kw) in time_strftime() function 3526 {"strftime", (PyCFunction)time_strftime, METH_VARARGS | METH_KEYWORDS,
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 726 time_strftime(PyObject *self, PyObject *args) function 1836 {"strftime", time_strftime, METH_VARARGS, strftime_doc},
|
D | _datetimemodule.c | 4373 time_strftime(PyDateTime_Time *self, PyObject *args, PyObject *kw) in time_strftime() function 4672 {"strftime", (PyCFunction)(void(*)(void))time_strftime, METH_VARARGS | METH_KEYWORDS,
|
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 294 Modules/_datetimemodule.c time_strftime keywords -
|
/external/python/cpython3/Misc/ |
D | HISTORY | 403 - Issue #24917: time_strftime() buffer over-read.
|