PyParser
extract_python_objects(file_path:str)
Extract Python functions and classes (with methods) and their doc strings from a source file.
Parameters:
file_path
(str): Path to the Python source file (.py).
Returns:
'doc'
: dict # Parsed method docstringLabels:
src_PyThon_Docy_PyParser_extract_python_objects