File: module-sqlobject.declarative-index.html

package info (click to toggle)
sqlobject 3.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,280 kB
  • ctags: 17,912
  • sloc: python: 16,713; sh: 18; makefile: 13
file content (243 lines) | stat: -rw-r--r-- 8,097 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>Index of sqlobject.declarative module</title>
    <link href="layout.css" type="text/css" rel="stylesheet">
  </head>
  <body>
    <div id="page">
      <h1 class="doc-title"><a></a></h1>
      <div id="navcontainer">
		    <ul id="navlist">
          <li class="pagenav">
            <ul>
              <li class="page_item">
                <a href="index.html" title="Project Home / Index">SQLObject</a>
              </li>
              <li class="page_item">
                <a href="module-index.html" title="sqlobject package and module reference">Modules</a>
              </li>
              <li>
                <a href="community.html" title="Mailing List">Discuss</a>
              </li>
	      <li>
	        <a href="SQLObject.html">Documentation</a>
	      </li>
            </ul>
          </li>
        </ul>
      </div>
      <hr>
      <div id="content">
  <h1>Index of the <tt>declarative</tt> module</h1>
  <ul class="pudge-module-index">
    <li class="module">
    <span class="prefix">m</span>
    <a href="module-sqlobject.declarative.html">
      <tt>sqlobject.declarative</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small>
      - <span class="rst">Declarative objects.</span>
  </small>
    <ul>
      <li class="attribute">
    <span class="prefix">a</span>
    <a href="module-sqlobject.declarative.html#__package__">
      <tt>__package__</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li>
      <li class="class">
    <span class="prefix">C</span>
    <a href="class-sqlobject.declarative.classinstancemethod.html">
      <tt>classinstancemethod</tt>
    </a>
    <a href="sqlobject/declarative.py.html?f=45&amp;l=58#45">...</a>
    <small>
      - <span class="rst">Acts like a class method when called from a class, like an
instance method when called by an instance.  The method should
take two arguments, 'self' and 'cls'; one of these will be None
depending on how the method was called.</span>
  </small>
    <ul>
      <li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.declarative.classinstancemethod.html#__init__">
      <tt>__init__</tt>
    </a>
    <a href="sqlobject/declarative.py.html?f=53&amp;l=55#53">...</a>
    <small></small>
  </li><li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.declarative.classinstancemethod.html#__get__">
      <tt>__get__</tt>
    </a>
    <a href="sqlobject/declarative.py.html?f=56&amp;l=58#56">...</a>
    <small></small>
  </li>
    </ul>
  </li><li class="class">
    <span class="prefix">C</span>
    <a href="class-sqlobject.declarative.DeclarativeMeta.html">
      <tt>DeclarativeMeta</tt>
    </a>
    <a href="sqlobject/declarative.py.html?f=82&amp;l=102#82">...</a>
    <small></small>
    <ul>
      <li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.DeclarativeMeta.html#__weakrefoffset__">
      <tt>__weakrefoffset__</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.DeclarativeMeta.html#__mro__">
      <tt>__mro__</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.DeclarativeMeta.html#__bases__">
      <tt>__bases__</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.DeclarativeMeta.html#__dictoffset__">
      <tt>__dictoffset__</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.DeclarativeMeta.html#__itemsize__">
      <tt>__itemsize__</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.DeclarativeMeta.html#__name__">
      <tt>__name__</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.DeclarativeMeta.html#__basicsize__">
      <tt>__basicsize__</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.DeclarativeMeta.html#__flags__">
      <tt>__flags__</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li>
    </ul>
  </li><li class="class">
    <span class="prefix">C</span>
    <a href="class-sqlobject.declarative.Declarative.html">
      <tt>Declarative</tt>
    </a>
    <a href="sqlobject/declarative.py.html?f=104&amp;l=206#104">...</a>
    <small></small>
    <ul>
      <li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.Declarative.html#__unpackargs__">
      <tt>__unpackargs__</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.Declarative.html#singleton">
      <tt>singleton</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.Declarative.html#__restrict_attributes__">
      <tt>__restrict_attributes__</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.declarative.Declarative.html#declarative_count">
      <tt>declarative_count</tt>
    </a>
    <a href="sqlobject/declarative.py.html">...</a>
    <small></small>
  </li>
      <li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.declarative.Declarative.html#__classinit__">
      <tt>__classinit__</tt>
    </a>
    <a href="sqlobject/declarative.py.html?f=112&amp;l=117#112">...</a>
    <small></small>
  </li><li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.declarative.Declarative.html#__call__">
      <tt>__call__</tt>
    </a>
    <a href="sqlobject/declarative.py.html?f=164&amp;l=167#164">...</a>
    <small></small>
  </li><li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.declarative.Declarative.html#__init__">
      <tt>__init__</tt>
    </a>
    <a href="sqlobject/declarative.py.html?f=130&amp;l=163#130">...</a>
    <small></small>
  </li><li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.declarative.Declarative.html#__instanceinit__">
      <tt>__instanceinit__</tt>
    </a>
    <a href="sqlobject/declarative.py.html?f=118&amp;l=129#118">...</a>
    <small></small>
  </li>
    </ul>
  </li>
    </ul>
  </li>
  </ul>
</div>
      <div id="footer">
        <p style="float: left;">
          built with 
          <a href="http://lesscode.org/projects/pudge/">pudge/0.1.3</a> |
		      original design by 
          <a href="http://blog.ratterobert.com/">ratter / robert</a>
	      </p>
        <div>
        <br> <!--
        <a name="search">
          <form method="get" id="searchform" 
                action="http://lesscode.org/blog/index.php">
            <div>
              <input type="text" value="" name="s" id="s" />
              <input type="submit" id="searchsubmit" value="Search" />
            </div>
          </form>
        </a> -->
        <br>
        </div>
      </div>
    </div>
  </body>
</html>