autoextract-poet
stable

Getting started

  • Introduction

Documentation

  • API Reference
    • autoextract_poet
      • autoextract_poet.adapters
      • autoextract_poet.items
        • autoextract_poet.items.AdditionalProperty
        • autoextract_poet.items.Address
        • autoextract_poet.items.Area
        • autoextract_poet.items.Article
        • autoextract_poet.items.ArticleFromList
        • autoextract_poet.items.ArticleList
        • autoextract_poet.items.AvailableAtOrFrom
        • autoextract_poet.items.Breadcrumb
        • autoextract_poet.items.Comment
        • autoextract_poet.items.Comments
        • autoextract_poet.items.ForumPost
        • autoextract_poet.items.ForumPosts
        • autoextract_poet.items.FuelEfficiency
        • autoextract_poet.items.GTIN
        • autoextract_poet.items.Item
        • autoextract_poet.items.JobPosting
        • autoextract_poet.items.Location
        • autoextract_poet.items.MileageFromOdometer
        • autoextract_poet.items.Offer
        • autoextract_poet.items.Organization
        • autoextract_poet.items.PaginationLink
        • autoextract_poet.items.Product
        • autoextract_poet.items.ProductFromList
        • autoextract_poet.items.ProductList
        • autoextract_poet.items.Rating
        • autoextract_poet.items.RealEstate
        • autoextract_poet.items.Review
        • autoextract_poet.items.Reviews
        • autoextract_poet.items.Salary
        • autoextract_poet.items.Topic
        • autoextract_poet.items.TradeAction
        • autoextract_poet.items.Vehicle
        • autoextract_poet.items.VehicleEngine
      • autoextract_poet.page_inputs
      • autoextract_poet.pages
      • autoextract_poet.util
  • Contributing
  • Changelog
  • License
autoextract-poet
  • »
  • API Reference »
  • autoextract_poet »
  • autoextract_poet.items »
  • autoextract_poet.items.PaginationLink
  • Edit on GitHub

autoextract_poet.items.PaginationLink¶

class PaginationLink(url: Optional[str] = None, text: Optional[str] = None)[source]¶

Bases: autoextract_poet.items.Item

__init__(url: Optional[str] = None, text: Optional[str] = None) → None¶

Method generated by attrs for class PaginationLink.

Methods

__init__([url, text])

Method generated by attrs for class PaginationLink.

from_dict(item)

Read an item from a dictionary.

from_list(items)

Read items from a list, invoking from_dict for each item in the list

Attributes

url

text

Previous Next

© Copyright 2021, Zyte. Revision 0bbaf5ca.

Built with Sphinx using a theme provided by Read the Docs.