6.5.calendar

Windows 10
Python 3.7.3 @ MSC v.1915 64 bit (AMD64)
import calendar
from toolkit.Help import Help as H


h = H(calendar)
d = h.dicts

c = calendar.TextCalendar(calendar.SUNDAY)
c.prmonth(2017, 7)

H(calendar.TextCalendar).param

d = h.dicts
module
     July 2017
Su Mo Tu We Th Fr Sa
                   1
 2  3  4  5  6  7  8
 9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
class