PyParser

extract_python_objects(file_path:str)
Extract Python functions and classes (with methods) and their doc strings from a source file.
Parameters:
Returns:
'doc': dict # Parsed method docstring
Labels:

src_PyThon_Docy_PyParser_extract_python_objects