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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<h1 class="pudge-member-page-heading">
<tt>InList</tt>
</h1>
<p class="pudge-member-parent-link">
<small>
The InList class is accessible via the
<a href="module-sqlobject.constraints.html">
<tt>sqlobject.constraints</tt>
</a> module.
</small>
</p>
<div id="pudge-section-nav">
<ul>
<li>
<span class="pudge-missing-section-link">
Attributes
</span>
</li><li>
<a href="#methods" class="pudge-section-link">
Methods (2)
</a>
</li>
<li>
<a href="sqlobject/constraints.py.html?f=52&l=61#52" class="pudge-section-link">
Source
</a>
</li>
</ul>
</div>
<div style="clear: left"></div>
<hr>
<a name="methods"></a>
<h2>Methods</h2>
<div class="pudge-member routine ">
<a name="__init__"></a>
<h4 class="pudge-member-name"><span class="prefix">f</span>
<tt><a href="class-sqlobject.constraints.InList.html#__init__" class="pudge-obj-link">__init__</a>(self, l)</tt>
<a href="sqlobject/constraints.py.html?f=54&l=56#54" title="View Source">...</a>
</h4>
<div class="pudge-section rst">
</div>
</div><div class="pudge-member routine ">
<a name="__call__"></a>
<h4 class="pudge-member-name"><span class="prefix">f</span>
<tt><a href="class-sqlobject.constraints.InList.html#__call__" class="pudge-obj-link">__call__</a>(self, obj, col, value)</tt>
<a href="sqlobject/constraints.py.html?f=57&l=61#57" title="View Source">...</a>
</h4>
<div class="pudge-section rst">
</div>
</div>
<p>
<small>
See
<a href="sqlobject/constraints.py.html?f=52&l=61#52" title="sqlobject/constraints.py:52">the source</a>
for more information.
</small>
</p>
|