Home
last modified time | relevance | path

Searched refs:calendar_has_fixed_newyear (Results 1 – 3 of 3) sorted by relevance

/dports/science/gramps/gramps-5.1.4/gramps/gui/editors/
H A Deditdate.py63 from gramps.gen.lib.date import Date, DateError, calendar_has_fixed_newyear
362 if calendar_has_fixed_newyear(cal):
/dports/science/gramps/gramps-5.1.4/gramps/gen/lib/test/
H A Ddate_test.py41 from ...lib.date import Date, DateError, Today, calendar_has_fixed_newyear
529 should_raise = calendar_has_fixed_newyear(cal)
/dports/science/gramps/gramps-5.1.4/gramps/gen/lib/
H A Ddate.py1636 if newyear != 0 and calendar_has_fixed_newyear(calendar):
1982 def calendar_has_fixed_newyear(cal): function