Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 7100f2b58690d0bf43c8eb8cfe1232ce > files > 1085

python-sqlobject-2.1.2-2.mga6.noarch.rpm

<!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.boundattributes 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>boundattributes</tt> module</h1>
  <ul class="pudge-module-index">
    <li class="module">
    <span class="prefix">m</span>
    <a href="module-sqlobject.boundattributes.html">
      <tt>sqlobject.boundattributes</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html">...</a>
    <small>
      - <span class="rst">Bound attributes are attributes that are bound to a specific class and
a specific name.  In SQLObject a typical example is a column object,
which knows its name and class.</span>
  </small>
    <ul>
      <li class="attribute">
    <span class="prefix">a</span>
    <a href="module-sqlobject.boundattributes.html#__package__">
      <tt>__package__</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html">...</a>
    <small></small>
  </li>
      <li class="class">
    <span class="prefix">C</span>
    <a href="class-sqlobject.boundattributes.BoundAttribute.html">
      <tt>BoundAttribute</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html?f=32&amp;l=116#32">...</a>
    <small>
      - <span class="rst">This is a declarative class that passes all the values given to it
to another object.  So you can pass it arguments (via
__init__/__call__) or give it the equivalent of keyword arguments
through subclassing.  Then a bound object will be added in its
place.</span>
  </small>
    <ul>
      <li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.boundattributes.BoundAttribute.html#clone_for_subclass">
      <tt>clone_for_subclass</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.boundattributes.BoundAttribute.html#__unpackargs__">
      <tt>__unpackargs__</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.boundattributes.BoundAttribute.html#__addtoclass__">
      <tt>__addtoclass__</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.boundattributes.BoundAttribute.html#singleton">
      <tt>singleton</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.boundattributes.BoundAttribute.html#__restrict_attributes__">
      <tt>__restrict_attributes__</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.boundattributes.BoundAttribute.html#declarative_count">
      <tt>declarative_count</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html">...</a>
    <small></small>
  </li>
      <li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.boundattributes.BoundAttribute.html#__classinit__">
      <tt>__classinit__</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html?f=63&amp;l=66#63">...</a>
    <small></small>
  </li><li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.boundattributes.BoundAttribute.html#make_object">
      <tt>make_object</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html?f=109&amp;l=112#109">...</a>
    <small></small>
  </li><li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.boundattributes.BoundAttribute.html#set_object">
      <tt>set_object</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html?f=105&amp;l=108#105">...</a>
    <small></small>
  </li><li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.boundattributes.BoundAttribute.html#__instanceinit__">
      <tt>__instanceinit__</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html?f=67&amp;l=70#67">...</a>
    <small></small>
  </li>
    </ul>
  </li><li class="class">
    <span class="prefix">C</span>
    <a href="class-sqlobject.boundattributes.BoundFactory.html">
      <tt>BoundFactory</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html?f=117&amp;l=134#117">...</a>
    <small>
      - <span class="rst">This will bind the attribute to whatever is given by
<tt class="docutils literal">factory_class</tt>.  This factory should be a callable with the
signature <tt class="docutils literal">factory_class(added_class, attr_name, *args, **kw)</tt>.</span>
  </small>
    <ul>
      <li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.boundattributes.BoundFactory.html#__addtoclass__">
      <tt>__addtoclass__</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.boundattributes.BoundFactory.html#singleton">
      <tt>singleton</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html">...</a>
    <small></small>
  </li><li class="attribute">
    <span class="prefix">a</span>
    <a href="class-sqlobject.boundattributes.BoundFactory.html#declarative_count">
      <tt>declarative_count</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html">...</a>
    <small></small>
  </li>
      <li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.boundattributes.BoundFactory.html#make_object">
      <tt>make_object</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html?f=132&amp;l=134#132">...</a>
    <small></small>
  </li><li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.boundattributes.BoundFactory.html#set_object">
      <tt>set_object</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html?f=105&amp;l=108#105">...</a>
    <small></small>
  </li><li class="routine">
    <span class="prefix">f</span>
    <a href="class-sqlobject.boundattributes.BoundFactory.html#__instanceinit__">
      <tt>__instanceinit__</tt>
    </a>
    <a href="sqlobject/boundattributes.py.html?f=67&amp;l=70#67">...</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>