• Home
  • Raw
  • Download

Lines Matching refs:PyUnicode_FromFormat

1274     repr = PyUnicode_FromFormat("%U, tzinfo=%R)", temp, tzinfo);  in append_keyword_tzinfo()
1298 repr = PyUnicode_FromFormat("%U, fold=%d)", temp, fold); in append_keyword_fold()
1346 return PyUnicode_FromFormat("%s %s %2d %02d:%02d:%02d %04d", in format_ctime()
2544 Py_SETREF(args, PyUnicode_FromFormat("days=%d", GET_TD_DAYS(self))); in delta_repr()
2552 Py_SETREF(args, PyUnicode_FromFormat("%U%sseconds=%d", args, sep, in delta_repr()
2561 Py_SETREF(args, PyUnicode_FromFormat("%U%smicroseconds=%d", args, sep, in delta_repr()
2575 PyObject *repr = PyUnicode_FromFormat("%s(%S)", Py_TYPE(self)->tp_name, in delta_repr()
2592 return PyUnicode_FromFormat("%d day%s, %d:%02d:%02d.%06d", in delta_str()
2596 return PyUnicode_FromFormat("%d day%s, %d:%02d:%02d", in delta_str()
2601 return PyUnicode_FromFormat("%d:%02d:%02d.%06d", in delta_str()
2604 return PyUnicode_FromFormat("%d:%02d:%02d", in delta_str()
3143 return PyUnicode_FromFormat("%s(%d, %d, %d)", in date_repr()
3151 return PyUnicode_FromFormat("%04d-%02d-%02d", in date_isoformat()
3246 return PyUnicode_FromFormat("%.200s(year=%S, week=%S, weekday=%S)", in iso_calendar_date_repr()
3910 return PyUnicode_FromFormat("%s.utc", type_name); in timezone_repr()
3913 return PyUnicode_FromFormat("%s(%R)", type_name, self->offset); in timezone_repr()
3915 return PyUnicode_FromFormat("%s(%R, %R)", type_name, self->offset, in timezone_repr()
3955 return PyUnicode_FromFormat("UTC%c%02d:%02d:%02d.%06d", in timezone_str()
3960 return PyUnicode_FromFormat("UTC%c%02d:%02d:%02d", in timezone_str()
3963 return PyUnicode_FromFormat("UTC%c%02d:%02d", sign, hours, minutes); in timezone_str()
4287 result = PyUnicode_FromFormat("%s(%d, %d, %d, %d)", in time_repr()
4290 result = PyUnicode_FromFormat("%s(%d, %d, %d)", in time_repr()
4293 result = PyUnicode_FromFormat("%s(%d, %d)", type_name, h, m); in time_repr()
4354 result = PyUnicode_FromFormat(specs[given_spec][1], in time_isoformat()
5505 baserepr = PyUnicode_FromFormat( in datetime_repr()
5514 baserepr = PyUnicode_FromFormat( in datetime_repr()
5522 baserepr = PyUnicode_FromFormat( in datetime_repr()
5588 result = PyUnicode_FromFormat(specs[given_spec][1], in datetime_isoformat()