pelfy.symbol_list#

class pelfy.symbol_list(data)#

Bases: elf_list[elf_symbol]

A class for representing a list of ELF symbols

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