~ubuntu-branches/ubuntu/intrepid/python-gnuplot/intrepid

« back to all changes in this revision

Viewing changes to doc/Gnuplot/termdefs/BareStringArg.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-06-24 18:40:22 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624184022-lnok0v9ja8uzdj82
Tags: 1.8-1
* New upstream version.
  - doc file with broken link not shipped anymore. Closes: #336422.
  - Use `with_' instead of `with', which is a keyword in python2.6.
    Closes: #424965.
* Use python-numpy instead of python-numeric. Closes: #469313, #478468.
* Update watch file. Closes: #450271.
* Register documention in section `Programming/Python'.
* Update datafile.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2
 
          "http://www.w3.org/TR/html40/loose.dtd">
3
 
 
4
 
<html>
5
 
         
6
 
  <head>
7
 
    <title>Class: BareStringArg</title>
8
 
  </head>
9
 
 
10
 
  <body bgcolor="#ffffff">
11
 
 
12
 
        <p><i><a href="../../index.html">Table of Contents</a></i></p>
13
 
        
14
 
        <table border="0" cellpadding="5" cellspacing="0" width="100%">
15
 
        <tr>
16
 
            <th rowspan="2"
17
 
                valign="top"
18
 
                align="left"
19
 
                width="10%"
20
 
                bgcolor="#88bbee"><font color="#000000">Class: BareStringArg</font>
21
 
            </th>
22
 
            <th bgcolor="#88bbee"
23
 
                width="90%"
24
 
                align="right"><font color="#000000">Gnuplot/termdefs.py</font>
25
 
            </th>
26
 
        </tr>
27
 
        <tr>
28
 
        <td>
29
 
        
30
 
<h3>An arbitrary argument output without quotes.</h3>
31
 
<p>    The argument can be a string or anything with a str()
32
 
    representation, or a tuple of such things.  Thus this can be used
33
 
    for strings (which will be output without quotation marks),
34
 
    integers, floating point arguments, or multiple arguments of the
35
 
    above types (which will be output separated by spaces).  No
36
 
    checking is done that the argument is sensible.</p>
37
 
<table border="0" cellpadding="5" cellspacing="0" width="100%">
38
 
 
39
 
        <tr>
40
 
            <th bgcolor="#99ccff"
41
 
                rowspan="2"
42
 
                valign="top"
43
 
                align="left"
44
 
                width="20%"
45
 
                >
46
 
                <font color="#000000">
47
 
                  <a name="Base Classes">Base Classes</a>&nbsp;
48
 
                </font>
49
 
            </th>
50
 
            <th bgcolor="#99ccff"
51
 
                valign="top"
52
 
                align="left"
53
 
                width="80%"
54
 
                >
55
 
                <font color="#000000">&nbsp;</font>
56
 
            </th>
57
 
        </tr>
58
 
        <tr>
59
 
        <td>
60
 
        
61
 
<a href="ArgOneParam.html">ArgOneParam</a><br>
62
 
<ul>
63
 
 
64
 
<a href="Arg.html">Arg</a><br>
65
 
 
66
 
</ul>
67
 
 
68
 
</td></tr>
69
 
</table>
70
 
<table border="0" cellpadding="5" cellspacing="0" width="100%">
71
 
 
72
 
        <tr>
73
 
            <th bgcolor="#99ccff"
74
 
                rowspan="2"
75
 
                valign="top"
76
 
                align="left"
77
 
                width="20%"
78
 
                >
79
 
                <font color="#000000">
80
 
                  <a name="Methods">Methods</a>&nbsp;
81
 
                </font>
82
 
            </th>
83
 
            <th bgcolor="#99ccff"
84
 
                valign="top"
85
 
                align="left"
86
 
                width="80%"
87
 
                >
88
 
                <font color="#000000">&nbsp;</font>
89
 
            </th>
90
 
        </tr>
91
 
        <tr>
92
 
        <td>
93
 
        
94
 
<a href="#__call__">__call__</a><br>
95
 
<a href="#__init__">__init__</a><br>
96
 
 
97
 
 
98
 
        <tr>
99
 
            <th bgcolor="#99ccff"
100
 
                rowspan="2"
101
 
                valign="top"
102
 
                align="left"
103
 
                width="20%"
104
 
                >
105
 
                <font color="#000000">
106
 
                  <a name="__call__"></a>&nbsp;
107
 
                </font>
108
 
            </th>
109
 
            <th bgcolor="#99ccff"
110
 
                valign="top"
111
 
                align="left"
112
 
                width="80%"
113
 
                >
114
 
                <font color="#000000">__call__&nbsp;</font>
115
 
            </th>
116
 
        </tr>
117
 
        <tr>
118
 
        <td>
119
 
        <font color="#000088"><pre>
120
 
__call__ ( self,  keyw )
121
 
 
122
 
</pre></font>
123
 
 
124
 
 
125
 
        <tr>
126
 
            <th bgcolor="#99ccff"
127
 
                rowspan="2"
128
 
                valign="top"
129
 
                align="left"
130
 
                width="20%"
131
 
                >
132
 
                <font color="#000000">
133
 
                  <a name="__init__"></a>&nbsp;
134
 
                </font>
135
 
            </th>
136
 
            <th bgcolor="#99ccff"
137
 
                valign="top"
138
 
                align="left"
139
 
                width="80%"
140
 
                >
141
 
                <font color="#000000">__init__&nbsp;</font>
142
 
            </th>
143
 
        </tr>
144
 
        <tr>
145
 
        <td>
146
 
        <font color="#000088"><pre>
147
 
__init__ (
148
 
        self,
149
 
        argname,
150
 
        fixedword=None,
151
 
        default=None,
152
 
        )
153
 
 
154
 
</pre></font>
155
 
 
156
 
</td></tr>
157
 
</td></tr>
158
 
</table>
159
 
 
160
 
        </td>
161
 
        </tr>
162
 
        </table>
163
 
 
164
 
        <hr>
165
 
 
166
 
        <p><i><a href="../../index.html">Table of Contents</a></i></p>
167
 
 
168
 
        <font size="-2"><i>This document was automatically generated
169
 
        on Sun Oct 19 17:10:22 2003 by
170
 
        <a href="http://happydoc.sourceforge.net">HappyDoc</a> version
171
 
        2.1</i></font>
172
 
        
173
 
        </body>
174
 
        </html>
175
 
        
 
 
b'\\ No newline at end of file'