prmonth(theyear, themonth, w=0, l=0) Print a month’s calendar as returned by formatmonth().
heapq.heappush(heap, item) Push the value item onto the heap, maintaining the heap invariant.
timezone.utc The UTC timezone, timezone(timedelta(0)).
date.isocalendar() Return a 3-tuple, (ISO year, ISO week number, ISO weekday). The ISO calendar
PrettyPrinter.pformat(object) Return the formatted representation of object. This takes into account the options passed
copy() Create a shallow copy of the deque. New
pryear(theyear, w=2, l=1, c=6, m=3) Print the calendar for an entire year as returned by formatyear().
array.insert(i, x) Insert a new item with value x in the array before position i. Negative values are treated
formatyearpage(theyear, width=3, css='calendar.css', encoding=None) Return a year’s calendar as a complete HTML page. width
class collections.UserString([sequence]) Class that simulates a string or a Unicode string object. The instance’s content is
Page 1 of 32