The custom_functions.py module#
Summary#
Provides for creating customized functions. |
Get lists of strings depending on Python file sections. |
Module detail#
- custom_functions.get_docstring_lists(filename: str) Tuple[list[str], list[str], list[str], list[str]]#
Get lists of strings depending on Python file sections.
- Parameters:
- filename: str
Path containing the Python file.
- Returns:
List[str]List containing the docstring
Parameterssection.List[str]List containing the docstring
Returnssection.List[str]List containing the docstring
Notessection.List[str]List containing the docstring
Examplessection.List[str]List containing the source code.
List[str]List containing the library import section.