代码分段器#

class langchain_community.document_loaders.parsers.language.code_segmenter.CodeSegmenter(code: str)[source]#

代码分段器的抽象类。

方法

Parameters:

code (str)

__init__(code: str)[source]#
Parameters:

code (str)

abstract extract_functions_classes() List[str][source]#
Return type:

列表[str]

is_valid() bool[source]#
Return type:

布尔

abstract simplify_code() str[source]#
Return type:

字符串