langchain_community.document_loaders.parsers.language.python.PythonSegmenter¶

class langchain_community.document_loaders.parsers.language.python.PythonSegmenter(code: str)[source]¶

Code segmenter for Python.

Methods

__init__(code)

extract_functions_classes()

is_valid()

simplify_code()

__init__(code: str)[source]¶
extract_functions_classes() List[str][source]¶
is_valid() bool[source]¶
simplify_code() str[source]¶