Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
page_sets.skia_cnnarticle_mobile.SkiaCnnarticleMobilePageSet Class Reference
Inheritance diagram for page_sets.skia_cnnarticle_mobile.SkiaCnnarticleMobilePageSet:

Public Member Functions

 __init__ (self)
 

Detailed Description

 Pages designed to represent the median, not highly optimized web 

Definition at line 27 of file skia_cnnarticle_mobile.py.

Constructor & Destructor Documentation

◆ __init__()

page_sets.skia_cnnarticle_mobile.SkiaCnnarticleMobilePageSet.__init__ (   self)

Definition at line 30 of file skia_cnnarticle_mobile.py.

30 def __init__(self):
31 super(SkiaCnnarticleMobilePageSet, self).__init__(
32 archive_data_file='data/skia_cnnarticle_mobile.json')
33
34 urls_list = [
35 # go/skia-skps-3-2019
36 ('https://www.cnn.com/2019/05/16/entertainment/'
37 'the-big-bang-theory-series-finale-review/index.html'),
38 ]
39
40 for url in urls_list:
41 self.AddStory(SkiaMobilePage(url, self))

The documentation for this class was generated from the following file: