Home / File/ citation_page_location.py — anthropic-sdk-python Source File

citation_page_location.py — anthropic-sdk-python Source File

Architecture documentation for citation_page_location.py, a python file in the anthropic-sdk-python codebase. 3 imports, 3 dependents.

File python AnthropicClient 3 imports 3 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  ca34e911_8175_b4e2_9caa_a43229d7aa76["citation_page_location.py"]
  699c911a_fb78_b883_732f_5ac6bf31d4a3["_models"]
  ca34e911_8175_b4e2_9caa_a43229d7aa76 --> 699c911a_fb78_b883_732f_5ac6bf31d4a3
  89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"]
  ca34e911_8175_b4e2_9caa_a43229d7aa76 --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  ca34e911_8175_b4e2_9caa_a43229d7aa76 --> 37c05070_ca59_d596_7250_de9d1939227f
  2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"]
  2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> ca34e911_8175_b4e2_9caa_a43229d7aa76
  1c1a017f_4958_2ee6_64e4_b99004af40ba["citations_delta.py"]
  1c1a017f_4958_2ee6_64e4_b99004af40ba --> ca34e911_8175_b4e2_9caa_a43229d7aa76
  90f0b68f_9721_aefa_a847_f2146bcefac0["text_citation.py"]
  90f0b68f_9721_aefa_a847_f2146bcefac0 --> ca34e911_8175_b4e2_9caa_a43229d7aa76
  style ca34e911_8175_b4e2_9caa_a43229d7aa76 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import Optional
from typing_extensions import Literal

from .._models import BaseModel

__all__ = ["CitationPageLocation"]


class CitationPageLocation(BaseModel):
    cited_text: str

    document_index: int

    document_title: Optional[str] = None

    end_page_number: int

    file_id: Optional[str] = None

    start_page_number: int

    type: Literal["page_location"]

Dependencies

  • _models
  • typing
  • typing_extensions

Frequently Asked Questions

What does citation_page_location.py do?
citation_page_location.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does citation_page_location.py depend on?
citation_page_location.py imports 3 module(s): _models, typing, typing_extensions.
What files import citation_page_location.py?
citation_page_location.py is imported by 3 file(s): __init__.py, citations_delta.py, text_citation.py.
Where is citation_page_location.py in the architecture?
citation_page_location.py is located at src/anthropic/types/citation_page_location.py (domain: AnthropicClient, directory: src/anthropic/types).

Analyze Your Own Codebase

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

Try Supermodel Free