Home / Function/ __dir__() — langchain Function Reference

__dir__() — langchain Function Reference

Architecture documentation for the __dir__() function in __init__.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  b851f572_8308_481d_9a2a_a4171639a017["__dir__()"]
  dc36c409_b9f1_ad53_e546_f7eb73489ba2["__init__.py"]
  b851f572_8308_481d_9a2a_a4171639a017 -->|defined in| dc36c409_b9f1_ad53_e546_f7eb73489ba2
  style b851f572_8308_481d_9a2a_a4171639a017 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/core/langchain_core/embeddings/__init__.py lines 30–31

def __dir__() -> list[str]:
    return list(__all__)

Subdomains

Frequently Asked Questions

What does __dir__() do?
__dir__() is a function in the langchain codebase, defined in libs/core/langchain_core/embeddings/__init__.py.
Where is __dir__() defined?
__dir__() is defined in libs/core/langchain_core/embeddings/__init__.py at line 30.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free