add_section
add_section
Add a new empty section to the SWML document. Sections are named containers for
ordered lists of verbs. Every document starts with a main section.
Parameters
section_name
Name of the section to create. Must be unique within the document.
Returns
bool — True if the section was created, False if a section with that name
already exists.