blob: 9a8edbfe2c4103731d8dd63f4236010cfa891737 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001<?xml version="1.0" encoding="ascii"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6 <title>TestON.drivers.common.clidriver</title>
7 <link rel="stylesheet" href="epydoc.css" type="text/css" />
8 <script type="text/javascript" src="epydoc.js"></script>
9</head>
10
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
12 alink="#204080">
13<!-- ==================== NAVIGATION BAR ==================== -->
14<table class="navbar" border="0" width="100%" cellpadding="0"
15 bgcolor="#a0c0ff" cellspacing="0">
16 <tr valign="middle">
17 <!-- Home link -->
18 <th>&nbsp;&nbsp;&nbsp;<a
19 href="TestON-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20
21 <!-- Tree link -->
22 <th>&nbsp;&nbsp;&nbsp;<a
23 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
24
25 <!-- Index link -->
26 <th>&nbsp;&nbsp;&nbsp;<a
27 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
29 <!-- Help link -->
30 <th>&nbsp;&nbsp;&nbsp;<a
31 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
Jon Halla1cdd892015-08-10 13:36:28 -070033 <!-- Project homepage -->
34 <th class="navbar" align="right" width="100%">
35 <table border="0" cellpadding="0" cellspacing="0">
36 <tr><th class="navbar" align="center"
37 >TestON</th>
38 </tr></table></th>
adminbae64d82013-08-01 10:50:15 -070039 </tr>
40</table>
41<table width="100%" cellpadding="0" cellspacing="0">
42 <tr valign="top">
43 <td width="100%">
44 <span class="breadcrumbs">
45 <a href="TestON-module.html">Package&nbsp;TestON</a> ::
46 <a href="TestON.drivers-module.html">Package&nbsp;drivers</a> ::
47 <a href="TestON.drivers.common-module.html">Package&nbsp;common</a> ::
48 Module&nbsp;clidriver
49 </span>
50 </td>
51 <td>
52 <table cellpadding="0" cellspacing="0">
53 <!-- hide/show private -->
54 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
55 onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
56 <tr><td align="right"><span class="options"
57 >[<a href="frames.html" target="_top">frames</a
58 >]&nbsp;|&nbsp;<a href="TestON.drivers.common.clidriver-module.html"
59 target="_top">no&nbsp;frames</a>]</span></td></tr>
60 </table>
61 </td>
62 </tr>
63</table>
64<!-- ==================== MODULE DESCRIPTION ==================== -->
65<h1 class="epydoc">Module clidriver</h1><p class="nomargin-top"><span class="codelink"><a href="TestON.drivers.common.clidriver-pysrc.html">source&nbsp;code</a></span></p>
Jon Halla1cdd892015-08-10 13:36:28 -070066<pre class="literalblock">
adminbae64d82013-08-01 10:50:15 -070067
Jon Halla1cdd892015-08-10 13:36:28 -070068Created on 24-Oct-2012
69
70author:s: Anil Kumar ( anilkumar.s@paxterrasolutions.com ),
71 Raghav Kashyap( raghavkashyap@paxterrasolutions.com )
72
73
74 TestON is free software: you can redistribute it and/or modify
75 it under the terms of the GNU General Public License as published by
76 the Free Software Foundation, either version 2 of the License, or
77 ( at your option ) any later version.
78
79 TestON is distributed in the hope that it will be useful,
80 but WITHOUT ANY WARRANTY; without even the implied warranty of
81 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
82 GNU General Public License for more details.
83
84 You should have received a copy of the GNU General Public License
85 along with TestON. If not, see &lt;http://www.gnu.org/licenses/&gt;.
86
87</pre>
88
89<!-- ==================== CLASSES ==================== -->
adminbae64d82013-08-01 10:50:15 -070090<a name="section-Classes"></a>
91<table class="summary" border="1" cellpadding="3"
92 cellspacing="0" width="100%" bgcolor="white">
93<tr bgcolor="#70b0f0" class="table-header">
94 <td colspan="2" class="table-header">
95 <table border="0" cellpadding="0" cellspacing="0" width="100%">
96 <tr valign="top">
97 <td align="left"><span class="table-header">Classes</span></td>
98 <td align="right" valign="top"
99 ><span class="options">[<a href="#section-Classes"
100 class="privatelink" onclick="toggle_private();"
101 >hide private</a>]</span></td>
102 </tr>
103 </table>
104 </td>
105</tr>
106<tr>
107 <td width="15%" align="right" valign="top" class="summary">
108 <span class="summary-type">&nbsp;</span>
109 </td><td class="summary">
110 <a href="TestON.drivers.common.clidriver.CLI-class.html" class="summary-name">CLI</a><br />
111 This will define common functions for CLI included.
112 </td>
113 </tr>
114</table>
115<!-- ==================== NAVIGATION BAR ==================== -->
116<table class="navbar" border="0" width="100%" cellpadding="0"
117 bgcolor="#a0c0ff" cellspacing="0">
118 <tr valign="middle">
119 <!-- Home link -->
120 <th>&nbsp;&nbsp;&nbsp;<a
121 href="TestON-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
122
123 <!-- Tree link -->
124 <th>&nbsp;&nbsp;&nbsp;<a
125 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
126
127 <!-- Index link -->
128 <th>&nbsp;&nbsp;&nbsp;<a
129 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
130
131 <!-- Help link -->
132 <th>&nbsp;&nbsp;&nbsp;<a
133 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
134
Jon Halla1cdd892015-08-10 13:36:28 -0700135 <!-- Project homepage -->
136 <th class="navbar" align="right" width="100%">
137 <table border="0" cellpadding="0" cellspacing="0">
138 <tr><th class="navbar" align="center"
139 >TestON</th>
140 </tr></table></th>
adminbae64d82013-08-01 10:50:15 -0700141 </tr>
142</table>
143<table border="0" cellpadding="0" cellspacing="0" width="100%%">
144 <tr>
145 <td align="left" class="footer">
Jon Halla1cdd892015-08-10 13:36:28 -0700146 Generated by Epydoc 3.0.1 on Mon Aug 10 11:12:34 2015
adminbae64d82013-08-01 10:50:15 -0700147 </td>
148 <td align="right" class="footer">
149 <a target="mainFrame" href="http://epydoc.sourceforge.net"
150 >http://epydoc.sourceforge.net</a>
151 </td>
152 </tr>
153</table>
154
155<script type="text/javascript">
156 <!--
157 // Private objects are initially displayed (because if
158 // javascript is turned off then we want them to be
159 // visible); but by default, we want to hide them. So hide
160 // them unless we have a cookie that says to show them.
161 checkCookie();
162 // -->
163</script>
164</body>
165</html>