Searched refs:cs (Results 1 – 1 of 1) sorted by relevance
/tools/ |
A D | efivar.py | 370 def join(a, *cs): argument 371 return [cs[0].join(join(t, *cs[1:])) for t in a] if cs else a 376 make = lambda f, *cs: join(group(list(map(f, data)), 8, 2), *cs) argument 378 cs = make(toChr, ' ', '') 379 for i, (h, c) in enumerate(zip(hs, cs)):
|
Completed in 3 milliseconds