python-lunardate
python-lunardate copied to clipboard
str and repr should use isLeapMonth=True
>>> a = lunardate.LunarDate(1, 2, 3, isLeapMonth=True)
>>> str(a)
'LunarDate(1, 2, 3, 1)'
>>> repr(a)
'LunarDate(1, 2, 3, 1)'