test_retry_output_parser_parse_is_not_implemented() — langchain Function Reference
Architecture documentation for the test_retry_output_parser_parse_is_not_implemented() function in test_retry.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD d9172b56_eea1_40ef_5e9e_c5ac81860ef6["test_retry_output_parser_parse_is_not_implemented()"] 7d3a9c30_27db_60ef_9fa4_456f3a99ca3b["test_retry.py"] d9172b56_eea1_40ef_5e9e_c5ac81860ef6 -->|defined in| 7d3a9c30_27db_60ef_9fa4_456f3a99ca3b cbc9ef7c_5ba5_7f2d_645d_d22d5ca4cc37["parse()"] d9172b56_eea1_40ef_5e9e_c5ac81860ef6 -->|calls| cbc9ef7c_5ba5_7f2d_645d_d22d5ca4cc37 style d9172b56_eea1_40ef_5e9e_c5ac81860ef6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/tests/unit_tests/output_parsers/test_retry.py lines 112–119
def test_retry_output_parser_parse_is_not_implemented() -> None:
parser = RetryOutputParser[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_output_parser_parse_is_not_implemented() do?
test_retry_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_output_parser_parse_is_not_implemented() defined?
test_retry_output_parser_parse_is_not_implemented() is defined in libs/langchain/tests/unit_tests/output_parsers/test_retry.py at line 112.
What does test_retry_output_parser_parse_is_not_implemented() call?
test_retry_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