• Home
  • Raw
  • Download

Lines Matching refs:_PyObject_CallMethodId

1012     result = _PyObject_CallMethodId(tzinfo, &PyId_tzname, "O", tzinfoarg);  in call_tzname()
1181 Zreplacement = _PyObject_CallMethodId(temp, &PyId_replace, "ss", "%", "%%"); in make_Zreplacement()
1368 result = _PyObject_CallMethodId(time, &PyId_strftime, "OO", in wrap_strftime()
1397 result = _PyObject_CallMethodId(time, &PyId_time, NULL); in time_time()
1416 result = _PyObject_CallMethodId(time, &PyId_struct_time, in build_struct_time()
1659 ratio = _PyObject_CallMethodId(floatobj, &PyId_as_integer_ratio, NULL); in multiply_float_timedelta()
1757 ratio = _PyObject_CallMethodId(f, &PyId_as_integer_ratio, NULL); in truedivide_timedelta_float()
2571 result = _PyObject_CallMethodId(cls, &PyId_fromtimestamp, "O", time); in date_today()
2712 return _PyObject_CallMethodId((PyObject *)self, &PyId_isoformat, NULL); in date_str()
2738 tuple = _PyObject_CallMethodId((PyObject *)self, &PyId_timetuple, NULL); in date_strftime()
2759 return _PyObject_CallMethodId((PyObject *)self, &PyId_strftime, "O", format); in date_format()
3681 return _PyObject_CallMethodId((PyObject *)self, &PyId_isoformat, NULL); in time_str()
4371 self = _PyObject_CallMethodId(tz, &PyId_fromutc, "N", self); in datetime_datetime_now_impl()
4407 self = _PyObject_CallMethodId(tzinfo, &PyId_fromutc, "N", self); in datetime_fromtimestamp()
4441 return _PyObject_CallMethodId(module, &PyId__strptime_datetime, "OOO", in datetime_strptime()
4696 return _PyObject_CallMethodId((PyObject *)self, &PyId_isoformat, "(s)", " "); in datetime_str()
5240 _PyObject_CallMethodId(tzinfo, &PyId_fromutc, "O", temp); in datetime_astimezone()