Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcsv.py143 def _dict_to_list(self, rowdict): member in DictWriter
152 return self.writer.writerow(self._dict_to_list(rowdict))
157 rows.append(self._dict_to_list(rowdict))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcsv.py139 def _dict_to_list(self, rowdict): member in DictWriter
148 return self.writer.writerow(self._dict_to_list(rowdict))
153 rows.append(self._dict_to_list(rowdict))