~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to doc/orm/extensions/instrumentation.html

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-27 20:17:13 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20140627201713-g6p1kq8q1qenztrv
Tags: 0.9.6-1
* New upstream release
* Remove Python 3.X build tag files, thanks to Matthias Urlichs for the
  patch (closes: #747852)
* python-fdb isn't in the Debian archive yet so default dialect for firebird://
  URLs is changed to obsolete kinterbasdb, thanks to Russell Stuart for the
  patch (closes: #752145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    <script type="text/javascript">
33
33
      var DOCUMENTATION_OPTIONS = {
34
34
          URL_ROOT:    '../../',
35
 
          VERSION:     '0.9.4',
 
35
          VERSION:     '0.9.6',
36
36
          COLLAPSE_MODINDEX: false,
37
37
          FILE_SUFFIX: '.html'
38
38
      };
44
44
        <script type="text/javascript" src="../../_static/doctools.js"></script>
45
45
    <!-- end iterate through sphinx environment script_files -->
46
46
 
 
47
    <script type="text/javascript" src="../../_static/detectmobile.js"></script>
47
48
    <script type="text/javascript" src="../../_static/init.js"></script>
48
49
    <link rel="index" title="Index" href="../../genindex.html" />
49
50
    <link rel="search" title="Search" href="../../search.html" />
69
70
 
70
71
 
71
72
 
 
73
 
72
74
<div id="docs-container">
73
75
 
74
76
 
75
77
 
76
78
 
 
79
 
 
80
<div id="docs-top-navigation-container" class="body-background">
77
81
<div id="docs-header">
 
82
    <div id="docs-version-header">
 
83
        Release: <span class="version-num">0.9.6</span> | Release Date: June 23, 2014
 
84
    </div>
 
85
 
78
86
    <h1>SQLAlchemy 0.9 Documentation</h1>
79
87
 
80
 
    <div id="docs-search">
81
 
    Search:
82
 
    <form class="search" action="../../search.html" method="get">
83
 
      <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
84
 
      <input type="hidden" name="check_keywords" value="yes" />
85
 
      <input type="hidden" name="area" value="default" />
86
 
    </form>
87
 
    </div>
88
 
 
89
 
    <div id="docs-version-header">
90
 
        Release: <span class="version-num">0.9.4</span> | Release Date: March 28, 2014
91
 
 
92
 
 
93
 
    </div>
94
 
 
95
 
</div>
96
 
 
97
 
<div id="docs-top-navigation">
98
 
    <div id="docs-top-page-control" class="docs-navigation-links">
 
88
</div>
 
89
</div>
 
90
 
 
91
<div id="docs-body-container">
 
92
 
 
93
    <div id="fixed-sidebar" class="withsidebar">
 
94
 
 
95
 
 
96
        <div id="docs-sidebar-popout">
 
97
            <h3><a href="../../index.html">SQLAlchemy 0.9 Documentation</a></h3>
 
98
 
 
99
            <p id="sidebar-paginate">
 
100
                    <a href="index.html" title="ORM Extensions">Up</a> |
 
101
 
 
102
                    <a href="hybrid.html" title="Hybrid Attributes">Prev</a> |
 
103
                    <a href="../examples.html" title="ORM Examples">Next</a>
 
104
            </p>
 
105
 
 
106
            <p id="sidebar-topnav">
 
107
                <a href="../../index.html">Contents</a> |
 
108
                <a href="../../genindex.html">Index</a>
 
109
            </p>
 
110
 
 
111
            <div id="sidebar-search">
 
112
                <form class="search" action="../../search.html" method="get">
 
113
                  <input type="text" name="q" size="12" /> <input type="submit" value="Search" />
 
114
                  <input type="hidden" name="check_keywords" value="yes" />
 
115
                  <input type="hidden" name="area" value="default" />
 
116
                </form>
 
117
            </div>
 
118
 
 
119
        </div>
 
120
 
 
121
        <div id="docs-sidebar">
 
122
 
 
123
        <h3><a href="#">            
 
124
                Alternate Class Instrumentation
 
125
            
 
126
        </a></h3>
99
127
        <ul>
100
 
            <li>Prev:
101
 
            <a href="hybrid.html" title="previous chapter">Hybrid Attributes</a>
102
 
            </li>
103
 
            <li>Next:
104
 
            <a href="../examples.html" title="next chapter">ORM Examples</a>
105
 
            </li>
106
 
 
107
 
        <li>
108
 
            <a href="../../contents.html">Table of Contents</a> |
109
 
            <a href="../../genindex.html">Index</a>
110
 
            | <a href="../../_sources/orm/extensions/instrumentation.txt">view source
111
 
        </li>
112
 
        </ul>
113
 
    </div>
114
 
 
115
 
    <div id="docs-navigation-banner">
116
 
        <a href="../../index.html">SQLAlchemy 0.9 Documentation</a>
117
 
                » <a href="../index.html" title="SQLAlchemy ORM">SQLAlchemy ORM</a>
118
 
                » <a href="index.html" title="ORM Extensions">ORM Extensions</a>
119
 
        » 
120
 
                Alternate Class Instrumentation
121
 
            
122
 
 
123
 
        <h2>
124
 
            
125
 
                Alternate Class Instrumentation
126
 
            
127
 
        </h2>
128
 
    </div>
129
 
 
130
 
</div>
131
 
 
132
 
<div id="docs-body-container">
133
 
 
134
 
    <div id="docs-sidebar">
135
 
    <h3><a href="../../index.html">Table of Contents</a></h3>
136
 
    <ul>
137
128
<li><a class="reference internal" href="#">Alternate Class Instrumentation</a><ul>
138
129
<li><a class="reference internal" href="#api-reference">API Reference</a></li>
139
130
</ul>
141
132
</ul>
142
133
 
143
134
 
144
 
    <h4>Previous Topic</h4>
145
 
    <p>
146
 
    <a href="hybrid.html" title="previous chapter">Hybrid Attributes</a>
147
 
    </p>
148
 
    <h4>Next Topic</h4>
149
 
    <p>
150
 
    <a href="../examples.html" title="next chapter">ORM Examples</a>
151
 
    </p>
152
 
 
153
 
 
154
 
    <h4>Quick Search</h4>
155
 
    <p>
156
 
    <form class="search" action="../../search.html" method="get">
157
 
      <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
158
 
      <input type="hidden" name="check_keywords" value="yes" />
159
 
      <input type="hidden" name="area" value="default" />
160
 
    </form>
161
 
    </p>
 
135
 
 
136
 
 
137
        </div>
162
138
 
163
139
    </div>
164
140
 
 
141
    
 
142
 
165
143
    <div id="docs-body" class="withsidebar" >
166
144
        
167
145
<div class="section" id="module-sqlalchemy.ext.instrumentation">
327
305
 
328
306
<dl class="data">
329
307
<dt id="sqlalchemy.ext.instrumentation.instrumentation_finders">
330
 
<tt class="descclassname">sqlalchemy.ext.instrumentation.</tt><tt class="descname">instrumentation_finders</tt><em class="property"> = [&lt;function find_native_user_instrumentation_hook at 0x11007b938&gt;]</em><a class="headerlink" href="#sqlalchemy.ext.instrumentation.instrumentation_finders" title="Permalink to this definition">¶</a></dt>
 
308
<tt class="descclassname">sqlalchemy.ext.instrumentation.</tt><tt class="descname">instrumentation_finders</tt><em class="property"> = [&lt;function find_native_user_instrumentation_hook at 0x1105c18c0&gt;]</em><a class="headerlink" href="#sqlalchemy.ext.instrumentation.instrumentation_finders" title="Permalink to this definition">¶</a></dt>
331
309
<dd><p>An extensible sequence of callables which return instrumentation
332
310
implementations</p>
333
311
<p>When a class is registered, each callable will be passed a class object.