test_configurable.py — langchain Source File
Architecture documentation for test_configurable.py, a python file in the langchain codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR e5869f59_eaa6_77a6_0065_6635b4086aac["test_configurable.py"] be131db7_3f98_9a50_42f8_729209242b10["langchain_classic.schema.runnable.configurable"] e5869f59_eaa6_77a6_0065_6635b4086aac --> be131db7_3f98_9a50_42f8_729209242b10 style e5869f59_eaa6_77a6_0065_6635b4086aac fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
from langchain_classic.schema.runnable.configurable import __all__
EXPECTED_ALL = [
"DynamicRunnable",
"RunnableConfigurableAlternatives",
"RunnableConfigurableFields",
"StrEnum",
"make_options_spec",
]
def test_all_imports() -> None:
assert set(__all__) == set(EXPECTED_ALL)
Domain
Subdomains
Functions
Dependencies
- langchain_classic.schema.runnable.configurable
Source
Frequently Asked Questions
What does test_configurable.py do?
test_configurable.py is a source file in the langchain codebase, written in python. It belongs to the CoreAbstractions domain, RunnableInterface subdomain.
What functions are defined in test_configurable.py?
test_configurable.py defines 1 function(s): test_all_imports.
What does test_configurable.py depend on?
test_configurable.py imports 1 module(s): langchain_classic.schema.runnable.configurable.
Where is test_configurable.py in the architecture?
test_configurable.py is located at libs/langchain/tests/unit_tests/schema/runnable/test_configurable.py (domain: CoreAbstractions, subdomain: RunnableInterface, directory: libs/langchain/tests/unit_tests/schema/runnable).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free