Sophie

Sophie

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

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">

  <h1 class="pudge-member-page-heading">
    <tt>DefaultStyle</tt>
  </h1>
  <h4 class="pudge-member-page-subheading">
    This is the default style.  Python attributes use mixedCase,
while database columns use underscore_separated.
  </h4>
  <p class="pudge-member-parent-link">
    <small>
    The DefaultStyle class is accessible via the
    <a href="module-sqlobject.styles.html">
      <tt>sqlobject.styles</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 (14)
      </a>
    </li>
    <li>
      <a href="sqlobject/styles.py.html?f=63&amp;l=89#63" 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 alias">
    <a name="__format__"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#__format__" class="pudge-obj-link">__format__</a>(...)</tt>
      <a href="__builtin__.py.html" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    <p class="pudge-member-blurb">
      default object formatter
    </p>
    </div>
  </div><div class="pudge-member routine alias">
    <a name="__subclasshook__"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#__subclasshook__" class="pudge-obj-link">__subclasshook__</a>(...)</tt>
      <a href="None.html" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    <p class="pudge-member-blurb">
      Abstract classes can override this to customize issubclass().
    </p>
    <p>This is invoked early on by abc.ABCMeta.__subclasscheck__().
It should return True, False or NotImplemented.  If it returns
NotImplemented, the normal algorithm is used.  Otherwise, it
overrides the normal algorithm (and the outcome is cached).</p>
    </div>
  </div><div class="pudge-member routine alias">
    <a name="__sizeof__"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#__sizeof__" class="pudge-obj-link">__sizeof__</a>(...)</tt>
      <a href="__builtin__.py.html" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    <p class="pudge-member-blurb">
      __sizeof__() -> int
size of object in memory, in bytes
    </p>
    </div>
  </div><div class="pudge-member routine ">
    <a name="__init__"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#__init__" class="pudge-obj-link">__init__</a>(self, pythonAttrToDBColumn=None, dbColumnToPythonAttr=None, pythonClassToDBTable=None, dbTableToPythonClass=None, idForTable=None, longID=False)</tt>
      <a href="sqlobject/styles.py.html?f=15&amp;l=32#15" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div><div class="pudge-member routine ">
    <a name="idForTable"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#idForTable" class="pudge-obj-link">idForTable</a>(self, table)</tt>
      <a href="sqlobject/styles.py.html?f=45&amp;l=50#45" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div><div class="pudge-member routine ">
    <a name="pythonClassToAttr"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#pythonClassToAttr" class="pudge-obj-link">pythonClassToAttr</a>(self, className)</tt>
      <a href="sqlobject/styles.py.html?f=51&amp;l=53#51" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div><div class="pudge-member routine ">
    <a name="instanceAttrToIDAttr"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#instanceAttrToIDAttr" class="pudge-obj-link">instanceAttrToIDAttr</a>(self, attr)</tt>
      <a href="sqlobject/styles.py.html?f=54&amp;l=56#54" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div><div class="pudge-member routine ">
    <a name="instanceIDAttrToAttr"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#instanceIDAttrToAttr" class="pudge-obj-link">instanceIDAttrToAttr</a>(self, attr)</tt>
      <a href="sqlobject/styles.py.html?f=57&amp;l=59#57" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div><div class="pudge-member routine ">
    <a name="pythonAttrToDBColumn"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#pythonAttrToDBColumn" class="pudge-obj-link">pythonAttrToDBColumn</a>(self, attr)</tt>
      <a href="sqlobject/styles.py.html?f=70&amp;l=72#70" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div><div class="pudge-member routine ">
    <a name="dbColumnToPythonAttr"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#dbColumnToPythonAttr" class="pudge-obj-link">dbColumnToPythonAttr</a>(self, col)</tt>
      <a href="sqlobject/styles.py.html?f=73&amp;l=75#73" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div><div class="pudge-member routine ">
    <a name="pythonClassToDBTable"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#pythonClassToDBTable" class="pudge-obj-link">pythonClassToDBTable</a>(self, className)</tt>
      <a href="sqlobject/styles.py.html?f=76&amp;l=79#76" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div><div class="pudge-member routine ">
    <a name="dbTableToPythonClass"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#dbTableToPythonClass" class="pudge-obj-link">dbTableToPythonClass</a>(self, table)</tt>
      <a href="sqlobject/styles.py.html?f=80&amp;l=83#80" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div><div class="pudge-member routine ">
    <a name="pythonClassToDBTableReference"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#pythonClassToDBTableReference" class="pudge-obj-link">pythonClassToDBTableReference</a>(self, className)</tt>
      <a href="sqlobject/styles.py.html?f=84&amp;l=86#84" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div><div class="pudge-member routine ">
    <a name="tableReference"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.styles.DefaultStyle.html#tableReference" class="pudge-obj-link">tableReference</a>(self, table)</tt>
      <a href="sqlobject/styles.py.html?f=87&amp;l=89#87" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div>
  <p>
    <small>
    See 
    <a href="sqlobject/styles.py.html?f=63&amp;l=89#63" title="sqlobject/styles.py:63">the source</a>
    for more information.
    </small>
  </p>