LCCSWS Logo

Contents:

  • Installation
  • Usage
  • Examples
  • API
    • Classification System
    • Classes
    • Link
      • Link
    • Mappings
    • LCCS
    • Utility Functions
  • Repository Organization
  • Changes
  • License
  • Contact
LCCSWS
  • API
  • Link
Previous Next

Link

class lccs.link.Link(data)

Link object.

__init__(data) → None

Initialize instance with dictionary data.

Parameters:

data – Dict with Link metadata.

property rel: str

the Link relation.

Type:

return

property href: str

the Link url.

Type:

return

property type: str

the type of the Link object.

Type:

return

property title: str

the title of the Link object.

Type:

return

Previous Next

© Copyright 2022, INPE..