45 lines
2.5 KiB
HTML
45 lines
2.5 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
<html><head><title>Python: class Context</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
</head><body bgcolor="#f0f0f8">
|
||
|
<p>
|
||
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
||
|
<tr bgcolor="#ffc8d8">
|
||
|
<td colspan=3 valign=bottom> <br>
|
||
|
<font color="#000000" face="helvetica, arial"><strong>core.Context</strong> = <a name="core.Context">class Context</a>(<a href="core.mixins.ControlerMixin.html#ControlerMixin">core.mixins.ControlerMixin.ControlerMixin</a>)</font></td></tr>
|
||
|
|
||
|
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
|
||
|
<td colspan=2><tt>The Context class consumes mixins to add functionality as needed.<br> </tt></td></tr>
|
||
|
<tr><td> </td>
|
||
|
<td width="100%"><dl><dt>Method resolution order:</dt>
|
||
|
<dd><a href="core.Context.html#Context">Context</a></dd>
|
||
|
<dd><a href="core.mixins.ControlerMixin.html#ControlerMixin">core.mixins.ControlerMixin.ControlerMixin</a></dd>
|
||
|
<dd><a href="builtins.html#object">builtins.object</a></dd>
|
||
|
</dl>
|
||
|
<hr>
|
||
|
Methods defined here:<br>
|
||
|
<dl><dt><a name="Context-__init__"><strong>__init__</strong></a>(self, args)</dt><dd><tt>Construct a new 'Context' object which pulls in mixins.<br>
|
||
|
:param args: The terminal passed arguments<br>
|
||
|
<br>
|
||
|
:return: returns nothing</tt></dd></dl>
|
||
|
|
||
|
<hr>
|
||
|
Methods inherited from <a href="core.mixins.ControlerMixin.html#ControlerMixin">core.mixins.ControlerMixin.ControlerMixin</a>:<br>
|
||
|
<dl><dt><a name="Context-createXPath"><strong>createXPath</strong></a>(self, data)</dt><dd><tt>Don't call directly from a command file.<br>
|
||
|
<br>
|
||
|
:return: created xpath string</tt></dd></dl>
|
||
|
|
||
|
<dl><dt><a name="Context-getImage"><strong>getImage</strong></a>(self)</dt><dd><tt>Get image of page we are on.<br>
|
||
|
<br>
|
||
|
:return: no return data</tt></dd></dl>
|
||
|
|
||
|
<hr>
|
||
|
Data descriptors inherited from <a href="core.mixins.ControlerMixin.html#ControlerMixin">core.mixins.ControlerMixin.ControlerMixin</a>:<br>
|
||
|
<dl><dt><strong>__dict__</strong></dt>
|
||
|
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
|
||
|
</dl>
|
||
|
<dl><dt><strong>__weakref__</strong></dt>
|
||
|
<dd><tt>list of weak references to the object (if defined)</tt></dd>
|
||
|
</dl>
|
||
|
</td></tr></table>
|
||
|
</body></html>
|