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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 731 def _bcd2str(bcd): function
766 release = '%s.%i.%i' % (_bcd2str(major),minor,patch)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 731 def _bcd2str(bcd): function
766 release = '%s.%i.%i' % (_bcd2str(major),minor,patch)
    [all...]

Completed in 29 milliseconds