OLD | NEW |
1 | 1 |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
3 <html><head><title>Python: module telemetry.page.page_runner</title> | 3 <html><head><title>Python: module telemetry.page.page_runner</title> |
4 </head><body bgcolor="#f0f0f8"> | 4 </head><body bgcolor="#f0f0f8"> |
5 | 5 |
6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
7 <tr bgcolor="#7799ee"> | 7 <tr bgcolor="#7799ee"> |
8 <td valign=bottom> <br> | 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_runner</strong></big></bi
g></font></td | 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_runner</strong></big></bi
g></font></td |
10 ><td align=right valign=bottom | 10 ><td align=right valign=bottom |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 <p> | 52 <p> |
53 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 53 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
54 <tr bgcolor="#ffc8d8"> | 54 <tr bgcolor="#ffc8d8"> |
55 <td colspan=3 valign=bottom> <br> | 55 <td colspan=3 valign=bottom> <br> |
56 <font color="#000000" face="helvetica, arial"><a name="PageState">class <strong>
PageState</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)
</font></td></tr> | 56 <font color="#000000" face="helvetica, arial"><a name="PageState">class <strong>
PageState</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)
</font></td></tr> |
57 | 57 |
58 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> | 58 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
59 <td width="100%">Methods defined here:<br> | 59 <td width="100%">Methods defined here:<br> |
60 <dl><dt><a name="PageState-CleanUpPage"><strong>CleanUpPage</strong></a>(self, p
age, tab)</dt></dl> | 60 <dl><dt><a name="PageState-CleanUpPage"><strong>CleanUpPage</strong></a>(self, p
age, tab)</dt></dl> |
61 | 61 |
62 <dl><dt><a name="PageState-PreparePage"><strong>PreparePage</strong></a>(self, p
age, tab, test)</dt></dl> | 62 <dl><dt><a name="PageState-PreparePage"><strong>PreparePage</strong></a>(self, p
age, tab, test<font color="#909090">=None</font>)</dt></dl> |
63 | 63 |
64 <dl><dt><a name="PageState-__init__"><strong>__init__</strong></a>(self)</dt></d
l> | 64 <dl><dt><a name="PageState-__init__"><strong>__init__</strong></a>(self)</dt></d
l> |
65 | 65 |
66 <hr> | 66 <hr> |
67 Data descriptors defined here:<br> | 67 Data descriptors defined here:<br> |
68 <dl><dt><strong>__dict__</strong></dt> | 68 <dl><dt><strong>__dict__</strong></dt> |
69 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | 69 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
70 </dl> | 70 </dl> |
71 <dl><dt><strong>__weakref__</strong></dt> | 71 <dl><dt><strong>__weakref__</strong></dt> |
72 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | 72 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
73 </dl> | 73 </dl> |
74 </td></tr></table></td></tr></table><p> | 74 </td></tr></table></td></tr></table><p> |
75 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 75 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
76 <tr bgcolor="#eeaa77"> | 76 <tr bgcolor="#eeaa77"> |
77 <td colspan=3 valign=bottom> <br> | 77 <td colspan=3 valign=bottom> <br> |
78 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></b
ig></font></td></tr> | 78 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></b
ig></font></td></tr> |
79 | 79 |
80 <tr><td bgcolor="#eeaa77"><tt> </tt></td><td>
</td> | 80 <tr><td bgcolor="#eeaa77"><tt> </tt></td><td>
</td> |
81 <td width="100%"><dl><dt><a name="-AddCommandLineOptions"><strong>AddCommandLine
Options</strong></a>(parser)</dt></dl> | 81 <td width="100%"><dl><dt><a name="-AddCommandLineOptions"><strong>AddCommandLine
Options</strong></a>(parser)</dt></dl> |
82 <dl><dt><a name="-Run"><strong>Run</strong></a>(test, page_set, options)</dt><d
d><tt>Runs a given test against a given page_
set with the given options.</tt></dd></dl> | 82 <dl><dt><a name="-Run"><strong>Run</strong></a>(test, page_set, options)</dt><d
d><tt>Runs a given test against a given page_
set with the given options.</tt></dd></dl> |
83 </td></tr></table> | 83 </td></tr></table> |
84 </body></html> | 84 </body></html> |
OLD | NEW |