Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c1362 isoformat_date(PyDateTime_Date *dt, char buffer[], int bufflen) in isoformat_date() function
2502 isoformat_date(self, buffer, sizeof(buffer)); in date_isoformat()
4236 cp = isoformat_date((PyDateTime_Date *)self, buffer, sizeof(buffer)); in datetime_isoformat()