html.py — langchain Source File
Architecture documentation for html.py, a python file in the langchain codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 0ece765a_4083_42eb_1879_46f2f9dab17a["html.py"] c46dd2d3_47bc_3cd6_7824_480bdd90d9b3["langchain_core.utils.html"] 0ece765a_4083_42eb_1879_46f2f9dab17a --> c46dd2d3_47bc_3cd6_7824_480bdd90d9b3 style 0ece765a_4083_42eb_1879_46f2f9dab17a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
from langchain_core.utils.html import (
DEFAULT_LINK_REGEX,
PREFIXES_TO_IGNORE,
PREFIXES_TO_IGNORE_REGEX,
SUFFIXES_TO_IGNORE,
SUFFIXES_TO_IGNORE_REGEX,
extract_sub_links,
find_all_links,
)
__all__ = [
"DEFAULT_LINK_REGEX",
"PREFIXES_TO_IGNORE",
"PREFIXES_TO_IGNORE_REGEX",
"SUFFIXES_TO_IGNORE",
"SUFFIXES_TO_IGNORE_REGEX",
"extract_sub_links",
"find_all_links",
]
Dependencies
- langchain_core.utils.html
Source
Frequently Asked Questions
What does html.py do?
html.py is a source file in the langchain codebase, written in python.
What does html.py depend on?
html.py imports 1 module(s): langchain_core.utils.html.
Where is html.py in the architecture?
html.py is located at libs/langchain/langchain_classic/utils/html.py (directory: libs/langchain/langchain_classic/utils).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free