sec_parser.utils.bs4_.get_single_table

Exceptions

SecParserValueError

Base exception class for sec_parser.

NoTableFoundError

Base exception class for sec_parser.

MultipleTablesFoundError

Base exception class for sec_parser.

Functions

get_single_table(→ bs4.Tag)

Module Contents

exception sec_parser.utils.bs4_.get_single_table.SecParserValueError

Bases: SecParserError, ValueError

Base exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class.

exception sec_parser.utils.bs4_.get_single_table.NoTableFoundError

Bases: sec_parser.exceptions.SecParserValueError

Base exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class.

exception sec_parser.utils.bs4_.get_single_table.MultipleTablesFoundError

Bases: sec_parser.exceptions.SecParserValueError

Base exception class for sec_parser. All custom exceptions in sec_parser are inherited from this class.

sec_parser.utils.bs4_.get_single_table.get_single_table(bs4_tag: bs4.Tag) bs4.Tag