LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph.checkpointbaseidUUID
    Class●Since v1.0

    UUID

    UUID draft version objects

    Copy
    UUID(
      self,
      hex: str | None = None,
      bytes: bytes | None = None,
      bytes_le: bytes | None = None,
      fields: tuple[int, int, int, int, int, int] | None = None,
      int: int | None = None,
      version: int | None = None,
      *,
      is_safe: uuid.SafeUUID = uuid.SafeUUID.unknown
    )

    Bases

    uuid.UUID

    Constructors

    constructor
    __init__
    NameType
    hexstr | None
    bytesbytes | None
    bytes_lebytes | None
    fieldstuple[int, int, int, int, int, int] | None
    intint | None
    versionint | None
    is_safeuuid.SafeUUID

    Attributes

    attribute
    subsec: int
    attribute
    time: int

    Inherited fromUUID

    Attributes

    Asubsec: intAtime: int
    View source on GitHub