Skip to content

str and repr should use isLeapMonth=True #11

@lidaobing

Description

@lidaobing
>>> a = lunardate.LunarDate(1, 2, 3, isLeapMonth=True)
>>> str(a)
'LunarDate(1, 2, 3, 1)'
>>> repr(a)
'LunarDate(1, 2, 3, 1)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions