test_retry_with_error_output_parser_parse_is_not_implemented() — langchain Function Reference
Architecture documentation for the test_retry_with_error_output_parser_parse_is_not_implemented() function in test_retry.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 492d9028_0140_f9a0_2bbf_953736d7ee56["test_retry_with_error_output_parser_parse_is_not_implemented()"] 7d3a9c30_27db_60ef_9fa4_456f3a99ca3b["test_retry.py"] 492d9028_0140_f9a0_2bbf_953736d7ee56 -->|defined in| 7d3a9c30_27db_60ef_9fa4_456f3a99ca3b cbc9ef7c_5ba5_7f2d_645d_d22d5ca4cc37["parse()"] 492d9028_0140_f9a0_2bbf_953736d7ee56 -->|calls| cbc9ef7c_5ba5_7f2d_645d_d22d5ca4cc37 style 492d9028_0140_f9a0_2bbf_953736d7ee56 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/tests/unit_tests/output_parsers/test_retry.py lines 199–206
def test_retry_with_error_output_parser_parse_is_not_implemented() -> None:
parser = RetryWithErrorOutputParser[bool](
parser=BooleanOutputParser(),
retry_chain=RunnablePassthrough(),
legacy=False,
)
with pytest.raises(NotImplementedError):
parser.parse("completion")
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does test_retry_with_error_output_parser_parse_is_not_implemented() do?
test_retry_with_error_output_parser_parse_is_not_implemented() is a function in the langchain codebase, defined in libs/langchain/tests/unit_tests/output_parsers/test_retry.py.
Where is test_retry_with_error_output_parser_parse_is_not_implemented() defined?
test_retry_with_error_output_parser_parse_is_not_implemented() is defined in libs/langchain/tests/unit_tests/output_parsers/test_retry.py at line 199.
What does test_retry_with_error_output_parser_parse_is_not_implemented() call?
test_retry_with_error_output_parser_parse_is_not_implemented() calls 1 function(s): parse.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free