| OLD | NEW |
| (Empty) | |
| 1 |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 <html><head><title>Python: module telemetry.page.page_set_archive_info</title> |
| 4 </head><body bgcolor="#f0f0f8"> |
| 5 |
| 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
| 7 <tr bgcolor="#7799ee"> |
| 8 <td valign=bottom> <br> |
| 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
.page.html"><font color="#ffffff">page</font></a>.page_set_archive_info</strong>
</big></big></font></td |
| 10 ><td align=right valign=bottom |
| 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href=
"file:/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/page/page_set_arch
ive_info.py">/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/page/page_s
et_archive_info.py</a></font></td></tr></table> |
| 12 <p><tt># Copyright (c) 2013 The Chromium Autho
rs. All rights reserved.<br> |
| 13 # Use of this source code is governed by
a BSD-style license that can be<br> |
| 14 # found in the LICENSE file.</tt></p> |
| 15 <p> |
| 16 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 17 <tr bgcolor="#aa55cc"> |
| 18 <td colspan=3 valign=bottom> <br> |
| 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> |
| 20 |
| 21 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> |
| 22 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="json.html">json</a><br> |
| 23 <a href="logging.html">logging</a><br> |
| 24 </td><td width="25%" valign=top><a href="os.html">os</a><br> |
| 25 <a href="re.html">re</a><br> |
| 26 </td><td width="25%" valign=top><a href="shutil.html">shutil</a><br> |
| 27 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> |
| 28 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 29 <tr bgcolor="#ee77aa"> |
| 30 <td colspan=3 valign=bottom> <br> |
| 31 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> |
| 32 |
| 33 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> |
| 34 <td width="100%"><dl> |
| 35 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.
object</a> |
| 36 </font></dt><dd> |
| 37 <dl> |
| 38 <dt><font face="helvetica, arial"><a href="telemetry.page.page_set_archive_info.
html#PageSetArchiveInfo">PageSetArchiveInfo</a> |
| 39 </font></dt></dl> |
| 40 </dd> |
| 41 </dl> |
| 42 <p> |
| 43 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 44 <tr bgcolor="#ffc8d8"> |
| 45 <td colspan=3 valign=bottom> <br> |
| 46 <font color="#000000" face="helvetica, arial"><a name="PageSetArchiveInfo">class
<strong>PageSetArchiveInfo</strong></a>(<a href="__builtin__.html#object">__bui
ltin__.object</a>)</font></td></tr> |
| 47 |
| 48 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| 49 <td width="100%">Methods defined here:<br> |
| 50 <dl><dt><a name="PageSetArchiveInfo-AddNewTemporaryRecording"><strong>AddNewTemp
oraryRecording</strong></a>(self, temp_target_wpr_file_path)</dt></dl> |
| 51 |
| 52 <dl><dt><a name="PageSetArchiveInfo-AddRecordedPages"><strong>AddRecordedPages</
strong></a>(self, urls)</dt></dl> |
| 53 |
| 54 <dl><dt><a name="PageSetArchiveInfo-WprFilePathForPage"><strong>WprFilePathForPa
ge</strong></a>(self, page)</dt></dl> |
| 55 |
| 56 <dl><dt><a name="PageSetArchiveInfo-__init__"><strong>__init__</strong></a>(self
, archive_data_file_path, page_set_file_path, data)</dt></dl> |
| 57 |
| 58 <hr> |
| 59 Class methods defined here:<br> |
| 60 <dl><dt><a name="PageSetArchiveInfo-FromFile"><strong>FromFile</strong></a>(cls,
file_path, page_set_file_path)<font color="#909090"><font face="helvetica, aria
l"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt>
</dl> |
| 61 |
| 62 <hr> |
| 63 Data descriptors defined here:<br> |
| 64 <dl><dt><strong>__dict__</strong></dt> |
| 65 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
| 66 </dl> |
| 67 <dl><dt><strong>__weakref__</strong></dt> |
| 68 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
| 69 </dl> |
| 70 </td></tr></table></td></tr></table> |
| 71 </body></html> |
| OLD | NEW |