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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
cleanfuture.py 219 okfeatures = []
226 okfeatures.append(f)
233 okfeatures.append(f)
236 if len(okfeatures) < len(features):
237 if len(okfeatures) == 0:
241 line += ', '.join(okfeatures)
  /external/python/cpython2/Tools/scripts/
cleanfuture.py 219 okfeatures = []
226 okfeatures.append(f)
233 okfeatures.append(f)
236 if len(okfeatures) < len(features):
237 if len(okfeatures) == 0:
241 line += ', '.join(okfeatures)

Completed in 1124 milliseconds