pelfy.relocation_list#
- class pelfy.relocation_list(data)#
Bases:
elf_list[elf_relocation]A class for representing a list of ELF relocations
- to_dict_list()#
Exporting the ELF item data table to a list of dicts. It can be used with pandas: df = pandas.DataFrame(elements.to_dict_list())
- Return type:
list[dict[str,str|int]]- Returns:
Table data
- to_html()#
Exporting the ELF item data table to HTML.
- Return type:
str- Returns:
HTML table
- to_markdown()#
Exporting the ELF item data table to markdown.
- Return type:
str- Returns:
Markdown table