• Home
  • Raw
  • Download

Lines Matching refs:PyUnicode_FromFormat

1371     repr = PyUnicode_FromFormat("%U, tzinfo=%R)", temp, tzinfo);  in append_keyword_tzinfo()
1395 repr = PyUnicode_FromFormat("%U, fold=%d)", temp, fold); in append_keyword_fold()
1443 return PyUnicode_FromFormat("%s %s %2d %02d:%02d:%02d %04d", in format_ctime()
2641 Py_SETREF(args, PyUnicode_FromFormat("days=%d", GET_TD_DAYS(self))); in delta_repr()
2649 Py_SETREF(args, PyUnicode_FromFormat("%U%sseconds=%d", args, sep, in delta_repr()
2658 Py_SETREF(args, PyUnicode_FromFormat("%U%smicroseconds=%d", args, sep, in delta_repr()
2672 PyObject *repr = PyUnicode_FromFormat("%s(%S)", Py_TYPE(self)->tp_name, in delta_repr()
2689 return PyUnicode_FromFormat("%d day%s, %d:%02d:%02d.%06d", in delta_str()
2693 return PyUnicode_FromFormat("%d day%s, %d:%02d:%02d", in delta_str()
2698 return PyUnicode_FromFormat("%d:%02d:%02d.%06d", in delta_str()
2701 return PyUnicode_FromFormat("%d:%02d:%02d", in delta_str()
3224 return PyUnicode_FromFormat("%s(%d, %d, %d)", in date_repr()
3232 return PyUnicode_FromFormat("%04d-%02d-%02d", in date_isoformat()
3327 return PyUnicode_FromFormat("%.200s(year=%S, week=%S, weekday=%S)", in iso_calendar_date_repr()
3969 return PyUnicode_FromFormat("%s.utc", type_name); in timezone_repr()
3972 return PyUnicode_FromFormat("%s(%R)", type_name, self->offset); in timezone_repr()
3974 return PyUnicode_FromFormat("%s(%R, %R)", type_name, self->offset, in timezone_repr()
4014 return PyUnicode_FromFormat("UTC%c%02d:%02d:%02d.%06d", in timezone_str()
4019 return PyUnicode_FromFormat("UTC%c%02d:%02d:%02d", in timezone_str()
4022 return PyUnicode_FromFormat("UTC%c%02d:%02d", sign, hours, minutes); in timezone_str()
4346 result = PyUnicode_FromFormat("%s(%d, %d, %d, %d)", in time_repr()
4349 result = PyUnicode_FromFormat("%s(%d, %d, %d)", in time_repr()
4352 result = PyUnicode_FromFormat("%s(%d, %d)", type_name, h, m); in time_repr()
4413 result = PyUnicode_FromFormat(specs[given_spec][1], in time_isoformat()
5709 baserepr = PyUnicode_FromFormat( in datetime_repr()
5718 baserepr = PyUnicode_FromFormat( in datetime_repr()
5726 baserepr = PyUnicode_FromFormat( in datetime_repr()
5792 result = PyUnicode_FromFormat(specs[given_spec][1], in datetime_isoformat()