| OLD | NEW |
| (Empty) | |
| 1 |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 <html><head><title>Python: module telemetry.core.browser_options</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
.core.html"><font color="#ffffff">core</font></a>.browser_options</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/core/browser_optio
ns.py">/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/core/browser_opti
ons.py</a></font></td></tr></table> |
| 12 <p><tt># Copyright (c) 2012 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="telemetry.core.browser_finder.html">telemetry.core.browser_finder</a
><br> |
| 23 <a href="copy.html">copy</a><br> |
| 24 <a href="logging.html">logging</a><br> |
| 25 </td><td width="25%" valign=top><a href="optparse.html">optparse</a><br> |
| 26 <a href="telemetry.core.profile_types.html">telemetry.core.profile_types</a><br> |
| 27 <a href="telemetry.core.platform.profiler.profiler_finder.html">telemetry.core.p
latform.profiler.profiler_finder</a><br> |
| 28 </td><td width="25%" valign=top><a href="shlex.html">shlex</a><br> |
| 29 <a href="sys.html">sys</a><br> |
| 30 <a href="telemetry.core.wpr_modes.html">telemetry.core.wpr_modes</a><br> |
| 31 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> |
| 32 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 33 <tr bgcolor="#ee77aa"> |
| 34 <td colspan=3 valign=bottom> <br> |
| 35 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> |
| 36 |
| 37 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> |
| 38 <td width="100%"><dl> |
| 39 <dt><font face="helvetica, arial"><a href="optparse.html#Values">optparse.Values
</a> |
| 40 </font></dt><dd> |
| 41 <dl> |
| 42 <dt><font face="helvetica, arial"><a href="telemetry.core.browser_options.html#B
rowserOptions">BrowserOptions</a> |
| 43 </font></dt></dl> |
| 44 </dd> |
| 45 </dl> |
| 46 <p> |
| 47 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 48 <tr bgcolor="#ffc8d8"> |
| 49 <td colspan=3 valign=bottom> <br> |
| 50 <font color="#000000" face="helvetica, arial"><a name="BrowserOptions">class <st
rong>BrowserOptions</strong></a>(<a href="optparse.html#Values">optparse.Values<
/a>)</font></td></tr> |
| 51 |
| 52 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 53 <td colspan=2><tt>Options to be used for discovering&nb
sp;and launching a browser.<br> </tt></td></tr> |
| 54 <tr><td> </td> |
| 55 <td width="100%">Methods defined here:<br> |
| 56 <dl><dt><a name="BrowserOptions-AppendExtraBrowserArg"><strong>AppendExtraBrowse
rArg</strong></a>(self, arg)</dt></dl> |
| 57 |
| 58 <dl><dt><a name="BrowserOptions-Copy"><strong>Copy</strong></a>(self)</dt></dl> |
| 59 |
| 60 <dl><dt><a name="BrowserOptions-CreateParser"><strong>CreateParser</strong></a>(
self, *args, **kwargs)</dt></dl> |
| 61 |
| 62 <dl><dt><a name="BrowserOptions-__init__"><strong>__init__</strong></a>(self, br
owser_type<font color="#909090">=None</font>)</dt></dl> |
| 63 |
| 64 <hr> |
| 65 Methods inherited from <a href="optparse.html#Values">optparse.Values</a>:<br> |
| 66 <dl><dt><a name="BrowserOptions-__cmp__"><strong>__cmp__</strong></a>(self, othe
r)</dt></dl> |
| 67 |
| 68 <dl><dt><a name="BrowserOptions-__repr__"><strong>__repr__</strong></a> = _repr(
self)</dt></dl> |
| 69 |
| 70 <dl><dt><a name="BrowserOptions-__str__"><strong>__str__</strong></a>(self)</dt>
</dl> |
| 71 |
| 72 <dl><dt><a name="BrowserOptions-ensure_value"><strong>ensure_value</strong></a>(
self, attr, value)</dt></dl> |
| 73 |
| 74 <dl><dt><a name="BrowserOptions-read_file"><strong>read_file</strong></a>(self,
filename, mode<font color="#909090">='careful'</font>)</dt></dl> |
| 75 |
| 76 <dl><dt><a name="BrowserOptions-read_module"><strong>read_module</strong></a>(se
lf, modname, mode<font color="#909090">='careful'</font>)</dt></dl> |
| 77 |
| 78 </td></tr></table></td></tr></table> |
| 79 </body></html> |
| OLD | NEW |