Searched refs:prettify_core (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | kcdata.py | 2591 def prettify_core(data, mosthex, key, portlabels): function 2600 return [prettify_core(x, mosthex, key, portlabels) for x in data] 2612 newdata[key] = prettify_core(value, mosthex, key, portlabels) 2635 return prettify_core(data, mosthex, "", None)
|