Public Member Functions | |
def | __init__ |
def | section_write |
def | summary_write |
def | visit |
Static Public Member Functions | |
def | file_parse |
Public Attributes | |
launch_base_name | |
name | |
overview_lines | |
summary |
*Executable_File* is a class that represents an executable file.
Definition at line 138 of file generate_launches_md.py.
def generate_launches_md.Executable_File.__init__ | ( | self, | |
name, | |||
summary, | |||
overview_lines, | |||
launch_base_name | |||
) |
*Executable_File*: Initialize the *Executable_File* object (i.e. *self*) with *name*, *summary*, *overview_lines*, and *launch_base_name*.
Definition at line 142 of file generate_launches_md.py.
def generate_launches_md.Executable_File.file_parse | ( | full_file_name | ) | [static] |
*Executable_File*: Parse *full_file_name* and scrape out the usable documentation.
Definition at line 161 of file generate_launches_md.py.
def generate_launches_md.Executable_File.section_write | ( | self, | |
md_file | |||
) |
*Executable_File*: Write the section for the *Executable_File* object (i.e. *self*) out to *md_file*.
Definition at line 214 of file generate_launches_md.py.
def generate_launches_md.Executable_File.summary_write | ( | self, | |
md_file | |||
) |
*Executable_File*: Write the summary for the *Executable_File* object (i.e. *self*) out to *md_file*.
Definition at line 232 of file generate_launches_md.py.
def generate_launches_md.Executable_File.visit | ( | self, | |
launch_files_table | |||
) |
*Executable_File*: Recursively visit the *Launch_File* object referenced by the *Executable_File* object (i.e. *self*).
Definition at line 247 of file generate_launches_md.py.
Definition at line 145 of file generate_launches_md.py.
Definition at line 145 of file generate_launches_md.py.
Definition at line 145 of file generate_launches_md.py.
Definition at line 145 of file generate_launches_md.py.