OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makekey
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
sortingtest.py
31
def
makekey
(item, prog=prog):
function in function:main
40
items = sorted(
makekey
(item) for item in line.split())
/external/python/cpython2/Demo/comparisons/
sortingtest.py
31
def
makekey
(item, prog=prog):
function in function:main
40
items = sorted(
makekey
(item) for item in line.split())
Completed in 80 milliseconds