HomeSort by relevance Sort by last modified time
    Searched refs:mdays (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 40 mdays = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] variable
122 ndays = mdays[month] + (month == February and isleap(year))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 40 mdays = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] variable
122 ndays = mdays[month] + (month == February and isleap(year))

Completed in 134 milliseconds