Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DDates.py53 _DAYS_BEFORE_MONTH = [] variable
56 _DAYS_BEFORE_MONTH.append(dbm)
78 return _DAYS_BEFORE_MONTH[month-1] + (month > 2 and _is_leap(year))