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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Dates.py 87 def _num2date(n): # return date with ordinal n function
155 return _num2date(self.ord + n)
161 return _num2date(self.ord - other)
220 fd, ld = _num2date(ford), _num2date(lord)
  /external/python/cpython2/Demo/classes/
Dates.py 87 def _num2date(n): # return date with ordinal n function
155 return _num2date(self.ord + n)
161 return _num2date(self.ord - other)
220 fd, ld = _num2date(ford), _num2date(lord)

Completed in 94 milliseconds