test_streaming_attribute_overrides_streaming_callback() — langchain Function Reference
Architecture documentation for the test_streaming_attribute_overrides_streaming_callback() function in test_base.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 76b91c7c_d08c_1c27_5f40_380834973793["test_streaming_attribute_overrides_streaming_callback()"] 8cb88ac4_61d9_baf3_9df4_9b3f5095927e["test_base.py"] 76b91c7c_d08c_1c27_5f40_380834973793 -->|defined in| 8cb88ac4_61d9_baf3_9df4_9b3f5095927e style 76b91c7c_d08c_1c27_5f40_380834973793 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/core/tests/unit_tests/language_models/chat_models/test_base.py lines 434–438
async def test_streaming_attribute_overrides_streaming_callback() -> None:
model = StreamingModel(streaming=False)
assert (
await model.ainvoke([], config={"callbacks": [_AstreamEventsCallbackHandler()]})
).content == "invoke"
Domain
Subdomains
Source
Frequently Asked Questions
What does test_streaming_attribute_overrides_streaming_callback() do?
test_streaming_attribute_overrides_streaming_callback() is a function in the langchain codebase, defined in libs/core/tests/unit_tests/language_models/chat_models/test_base.py.
Where is test_streaming_attribute_overrides_streaming_callback() defined?
test_streaming_attribute_overrides_streaming_callback() is defined in libs/core/tests/unit_tests/language_models/chat_models/test_base.py at line 434.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free