• Home
  • Raw
  • Download

Lines Matching refs:PyDoc_STR

2648      PyDoc_STR("Number of days.")},
2651 PyDoc_STR("Number of seconds (>= 0 and less than 1 day).")},
2654 PyDoc_STR("Number of microseconds (>= 0 and less than 1 second).")},
2660 PyDoc_STR("Total seconds in the duration.")},
2663 PyDoc_STR("__reduce__() -> (cls, state)")},
2669 PyDoc_STR("Difference between two datetime values.\n\n"
3306 PyDoc_STR("__reduce__() -> (cls, state)")},
3482 PyDoc_STR("int -> date corresponding to a proleptic Gregorian "
3487 PyDoc_STR("str -> Construct a date from the output of date.isoformat()")},
3491 PyDoc_STR("int, int, int -> Construct a date from the ISO year, week "
3496 PyDoc_STR("Current date or datetime: same as "
3502 PyDoc_STR("Return ctime() style string.")},
3505 PyDoc_STR("format -> strftime() style string.")},
3508 PyDoc_STR("Formats self with strftime.")},
3511 PyDoc_STR("Return time tuple, compatible with time.localtime().")},
3514 PyDoc_STR("Return a named tuple containing ISO year, week number, and "
3518 PyDoc_STR("Return string in ISO 8601 format, YYYY-MM-DD.")},
3521 PyDoc_STR("Return the day of the week represented by the date.\n"
3525 PyDoc_STR("Return proleptic Gregorian ordinal. January 1 of year "
3529 PyDoc_STR("Return the day of the week represented by the date.\n"
3533 PyDoc_STR("Return date with new specified fields.")},
3536 PyDoc_STR("__reduce__() -> (cls, state)")},
3542 PyDoc_STR("date(year, month, day) --> date object");
3785 PyDoc_STR("datetime -> string name of time zone.")},
3788 PyDoc_STR("datetime -> timedelta showing offset from UTC, negative "
3792 PyDoc_STR("datetime -> DST offset as timedelta positive east of UTC.")},
3795 PyDoc_STR("datetime in UTC -> datetime in local time.")},
3798 PyDoc_STR("-> (cls, state)")},
3804 PyDoc_STR("Abstract base class for time zone info objects.");
4021 PyDoc_STR("If name is specified when timezone is created, returns the name."
4025 PyDoc_STR("Return fixed offset.")},
4028 PyDoc_STR("Return None.")},
4031 PyDoc_STR("datetime in UTC -> datetime in local time.")},
4034 PyDoc_STR("pickle support")},
4040 PyDoc_STR("Fixed offset from UTC implementation of tzinfo.");
4665 PyDoc_STR("Return string in ISO 8601 format, [HH[:MM[:SS[.mmm[uuu]]]]]"
4673 PyDoc_STR("format -> strftime() style string.")},
4676 PyDoc_STR("Formats self with strftime.")},
4679 PyDoc_STR("Return self.tzinfo.utcoffset(self).")},
4682 PyDoc_STR("Return self.tzinfo.tzname(self).")},
4685 PyDoc_STR("Return self.tzinfo.dst(self).")},
4688 PyDoc_STR("Return time with new specified fields.")},
4691 PyDoc_STR("string -> time from time.isoformat() output")},
4694 PyDoc_STR("__reduce_ex__(proto) -> (cls, state)")},
4697 PyDoc_STR("__reduce__() -> (cls, state)")},
4703 PyDoc_STR("time([hour[, minute[, second[, microsecond[, tzinfo]]]]]) --> a time object\n\
6326 PyDoc_STR("Return a new datetime representing UTC day and time.")},
6330 PyDoc_STR("timestamp[, tz] -> tz's local time from POSIX timestamp.")},
6334 PyDoc_STR("Construct a naive UTC datetime from a POSIX timestamp.")},
6338 PyDoc_STR("string, format -> new datetime parsed from a string "
6343 PyDoc_STR("date, time -> datetime with same date and time fields")},
6347 PyDoc_STR("string -> datetime from datetime.isoformat() output")},
6352 PyDoc_STR("Return date object with same year, month and day.")},
6355 PyDoc_STR("Return time object with same time but with tzinfo=None.")},
6358 PyDoc_STR("Return time object with same time and tzinfo.")},
6361 PyDoc_STR("Return ctime() style string.")},
6364 PyDoc_STR("Return time tuple, compatible with time.localtime().")},
6367 PyDoc_STR("Return POSIX timestamp as float.")},
6370 PyDoc_STR("Return UTC time tuple, compatible with time.localtime().")},
6373 PyDoc_STR("[sep] -> string in ISO 8601 format, "
6383 PyDoc_STR("Return self.tzinfo.utcoffset(self).")},
6386 PyDoc_STR("Return self.tzinfo.tzname(self).")},
6389 PyDoc_STR("Return self.tzinfo.dst(self).")},
6392 PyDoc_STR("Return datetime with new specified fields.")},
6395 PyDoc_STR("tz -> convert to local time in new timezone tz\n")},
6398 PyDoc_STR("__reduce_ex__(proto) -> (cls, state)")},
6401 PyDoc_STR("__reduce__() -> (cls, state)")},
6407 PyDoc_STR("datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]])\n\