has_section / get_section
has_section / get_section
has_section
Check if a section with the given title exists.
Parameters
title
Section title to check.
Returns
bool — True if the section exists, False otherwise.
get_section
Get a section by title for direct manipulation.
Parameters
title
Section title to look up.
Returns
Optional[Section] — The POM Section object, or None if not found.