Home
last modified time | relevance | path

Searched refs:new_diskdata (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py21 def add_diskdata(self, new_diskdata): argument
22 self.diskdata = [ a + b for a, b in zip(self.diskdata, new_diskdata) ]