python/mock-1.0.0/html/genindex.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1
michael@0 2
michael@0 3
michael@0 4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
michael@0 5 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
michael@0 6
michael@0 7
michael@0 8 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 9 <head>
michael@0 10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
michael@0 11
michael@0 12 <title>Index &mdash; Mock 1.0.0 documentation</title>
michael@0 13
michael@0 14 <link rel="stylesheet" href="_static/nature.css" type="text/css" />
michael@0 15 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
michael@0 16
michael@0 17 <script type="text/javascript">
michael@0 18 var DOCUMENTATION_OPTIONS = {
michael@0 19 URL_ROOT: '',
michael@0 20 VERSION: '1.0.0',
michael@0 21 COLLAPSE_INDEX: false,
michael@0 22 FILE_SUFFIX: '.html',
michael@0 23 HAS_SOURCE: true
michael@0 24 };
michael@0 25 </script>
michael@0 26 <script type="text/javascript" src="_static/jquery.js"></script>
michael@0 27 <script type="text/javascript" src="_static/underscore.js"></script>
michael@0 28 <script type="text/javascript" src="_static/doctools.js"></script>
michael@0 29 <link rel="top" title="Mock 1.0.0 documentation" href="index.html" />
michael@0 30 </head>
michael@0 31 <body>
michael@0 32 <div class="related">
michael@0 33 <h3>Navigation</h3>
michael@0 34 <ul>
michael@0 35 <li class="right" style="margin-right: 10px">
michael@0 36 <a href="#" title="General Index"
michael@0 37 accesskey="I">index</a></li>
michael@0 38 <li><a href="index.html">Mock 1.0.0 documentation</a> &raquo;</li>
michael@0 39 </ul>
michael@0 40 </div>
michael@0 41
michael@0 42 <div class="document">
michael@0 43 <div class="documentwrapper">
michael@0 44 <div class="bodywrapper">
michael@0 45 <div class="body">
michael@0 46
michael@0 47
michael@0 48 <h1 id="index">Index</h1>
michael@0 49
michael@0 50 <div class="genindex-jumpbox">
michael@0 51 <a href="#_"><strong>_</strong></a>
michael@0 52 | <a href="#A"><strong>A</strong></a>
michael@0 53 | <a href="#C"><strong>C</strong></a>
michael@0 54 | <a href="#D"><strong>D</strong></a>
michael@0 55 | <a href="#E"><strong>E</strong></a>
michael@0 56 | <a href="#F"><strong>F</strong></a>
michael@0 57 | <a href="#G"><strong>G</strong></a>
michael@0 58 | <a href="#H"><strong>H</strong></a>
michael@0 59 | <a href="#I"><strong>I</strong></a>
michael@0 60 | <a href="#M"><strong>M</strong></a>
michael@0 61 | <a href="#N"><strong>N</strong></a>
michael@0 62 | <a href="#O"><strong>O</strong></a>
michael@0 63 | <a href="#P"><strong>P</strong></a>
michael@0 64 | <a href="#R"><strong>R</strong></a>
michael@0 65 | <a href="#S"><strong>S</strong></a>
michael@0 66 | <a href="#T"><strong>T</strong></a>
michael@0 67 | <a href="#U"><strong>U</strong></a>
michael@0 68 | <a href="#W"><strong>W</strong></a>
michael@0 69
michael@0 70 </div>
michael@0 71 <h2 id="_">_</h2>
michael@0 72 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 73 <td style="width: 33%" valign="top"><dl>
michael@0 74
michael@0 75 <dt><a href="mock.html#index-5">__call__</a>
michael@0 76 </dt>
michael@0 77
michael@0 78
michael@0 79 <dt><a href="mock.html#mock.Mock.__class__">__class__ (Mock attribute)</a>
michael@0 80 </dt>
michael@0 81
michael@0 82 </dl></td>
michael@0 83 <td style="width: 33%" valign="top"><dl>
michael@0 84
michael@0 85 <dt><a href="mock.html#mock.Mock.__dir__">__dir__() (Mock method)</a>
michael@0 86 </dt>
michael@0 87
michael@0 88
michael@0 89 <dt><a href="mock.html#mock.Mock._get_child_mock">_get_child_mock() (Mock method)</a>
michael@0 90 </dt>
michael@0 91
michael@0 92 </dl></td>
michael@0 93 </tr></table>
michael@0 94
michael@0 95 <h2 id="A">A</h2>
michael@0 96 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 97 <td style="width: 33%" valign="top"><dl>
michael@0 98
michael@0 99 <dt><a href="helpers.html#mock.ANY">ANY (in module mock)</a>
michael@0 100 </dt>
michael@0 101
michael@0 102
michael@0 103 <dt><a href="index.html#index-8">articles</a>
michael@0 104 </dt>
michael@0 105
michael@0 106
michael@0 107 <dt><a href="mock.html#mock.Mock.assert_any_call">assert_any_call() (Mock method)</a>
michael@0 108 </dt>
michael@0 109
michael@0 110
michael@0 111 <dt><a href="mock.html#mock.Mock.assert_called_once_with">assert_called_once_with() (Mock method)</a>
michael@0 112 </dt>
michael@0 113
michael@0 114 </dl></td>
michael@0 115 <td style="width: 33%" valign="top"><dl>
michael@0 116
michael@0 117 <dt><a href="mock.html#mock.Mock.assert_called_with">assert_called_with() (Mock method)</a>
michael@0 118 </dt>
michael@0 119
michael@0 120
michael@0 121 <dt><a href="mock.html#mock.Mock.assert_has_calls">assert_has_calls() (Mock method)</a>
michael@0 122 </dt>
michael@0 123
michael@0 124
michael@0 125 <dt><a href="mock.html#mock.Mock.attach_mock">attach_mock() (Mock method)</a>
michael@0 126 </dt>
michael@0 127
michael@0 128 </dl></td>
michael@0 129 </tr></table>
michael@0 130
michael@0 131 <h2 id="C">C</h2>
michael@0 132 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 133 <td style="width: 33%" valign="top"><dl>
michael@0 134
michael@0 135 <dt><a href="helpers.html#mock.call">call() (in module mock)</a>
michael@0 136 </dt>
michael@0 137
michael@0 138
michael@0 139 <dt><a href="mock.html#mock.Mock.call_args">call_args (Mock attribute)</a>
michael@0 140 </dt>
michael@0 141
michael@0 142
michael@0 143 <dt><a href="mock.html#mock.Mock.call_args_list">call_args_list (Mock attribute)</a>
michael@0 144 </dt>
michael@0 145
michael@0 146
michael@0 147 <dt><a href="mock.html#mock.Mock.call_count">call_count (Mock attribute)</a>
michael@0 148 </dt>
michael@0 149
michael@0 150
michael@0 151 <dt><a href="helpers.html#mock.call.call_list">call_list() (call method)</a>
michael@0 152 </dt>
michael@0 153
michael@0 154 </dl></td>
michael@0 155 <td style="width: 33%" valign="top"><dl>
michael@0 156
michael@0 157 <dt><a href="mock.html#mock.Mock.called">called (Mock attribute)</a>
michael@0 158 </dt>
michael@0 159
michael@0 160
michael@0 161 <dt><a href="mock.html#index-6">calling</a>
michael@0 162 </dt>
michael@0 163
michael@0 164
michael@0 165 <dt><a href="mock.html#mock.Mock.configure_mock">configure_mock() (Mock method)</a>
michael@0 166 </dt>
michael@0 167
michael@0 168
michael@0 169 <dt><a href="helpers.html#mock.create_autospec">create_autospec() (in module mock)</a>
michael@0 170 </dt>
michael@0 171
michael@0 172 </dl></td>
michael@0 173 </tr></table>
michael@0 174
michael@0 175 <h2 id="D">D</h2>
michael@0 176 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 177 <td style="width: 33%" valign="top"><dl>
michael@0 178
michael@0 179 <dt><a href="sentinel.html#mock.DEFAULT">DEFAULT (in module mock)</a>
michael@0 180 </dt>
michael@0 181
michael@0 182 </dl></td>
michael@0 183 </tr></table>
michael@0 184
michael@0 185 <h2 id="E">E</h2>
michael@0 186 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 187 <td style="width: 33%" valign="top"><dl>
michael@0 188
michael@0 189 <dt><a href="index.html#index-5">easy_install</a>
michael@0 190 </dt>
michael@0 191
michael@0 192 </dl></td>
michael@0 193 </tr></table>
michael@0 194
michael@0 195 <h2 id="F">F</h2>
michael@0 196 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 197 <td style="width: 33%" valign="top"><dl>
michael@0 198
michael@0 199 <dt><a href="helpers.html#mock.FILTER_DIR">FILTER_DIR (in module mock)</a>
michael@0 200 </dt>
michael@0 201
michael@0 202 </dl></td>
michael@0 203 </tr></table>
michael@0 204
michael@0 205 <h2 id="G">G</h2>
michael@0 206 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 207 <td style="width: 33%" valign="top"><dl>
michael@0 208
michael@0 209 <dt><a href="getting-started.html#index-0">Getting Started</a>
michael@0 210 </dt>
michael@0 211
michael@0 212 </dl></td>
michael@0 213 </tr></table>
michael@0 214
michael@0 215 <h2 id="H">H</h2>
michael@0 216 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 217 <td style="width: 33%" valign="top"><dl>
michael@0 218
michael@0 219 <dt><a href="index.html#index-3">hg</a>
michael@0 220 </dt>
michael@0 221
michael@0 222 </dl></td>
michael@0 223 </tr></table>
michael@0 224
michael@0 225 <h2 id="I">I</h2>
michael@0 226 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 227 <td style="width: 33%" valign="top"><dl>
michael@0 228
michael@0 229 <dt><a href="index.html#index-1">installing</a>
michael@0 230 </dt>
michael@0 231
michael@0 232 </dl></td>
michael@0 233 <td style="width: 33%" valign="top"><dl>
michael@0 234
michael@0 235 <dt><a href="index.html#index-0">introduction</a>
michael@0 236 </dt>
michael@0 237
michael@0 238 </dl></td>
michael@0 239 </tr></table>
michael@0 240
michael@0 241 <h2 id="M">M</h2>
michael@0 242 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 243 <td style="width: 33%" valign="top"><dl>
michael@0 244
michael@0 245 <dt><a href="magicmock.html#mock.MagicMock">MagicMock (class in mock)</a>
michael@0 246 </dt>
michael@0 247
michael@0 248
michael@0 249 <dt><a href="mock.html#mock.Mock.method_calls">method_calls (Mock attribute)</a>
michael@0 250 </dt>
michael@0 251
michael@0 252
michael@0 253 <dt><a href="mock.html#mock.Mock">Mock (class in mock)</a>
michael@0 254 </dt>
michael@0 255
michael@0 256
michael@0 257 <dt><a href="index.html#module-mock">mock (module)</a>
michael@0 258 </dt>
michael@0 259
michael@0 260 </dl></td>
michael@0 261 <td style="width: 33%" valign="top"><dl>
michael@0 262
michael@0 263 <dt><a href="mock.html#mock.Mock.mock_add_spec">mock_add_spec() (Mock method)</a>
michael@0 264 </dt>
michael@0 265
michael@0 266
michael@0 267 <dt><a href="mock.html#mock.Mock.mock_calls">mock_calls (Mock attribute)</a>
michael@0 268 </dt>
michael@0 269
michael@0 270
michael@0 271 <dt><a href="helpers.html#mock.mock_open">mock_open() (in module mock)</a>
michael@0 272 </dt>
michael@0 273
michael@0 274 </dl></td>
michael@0 275 </tr></table>
michael@0 276
michael@0 277 <h2 id="N">N</h2>
michael@0 278 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 279 <td style="width: 33%" valign="top"><dl>
michael@0 280
michael@0 281 <dt><a href="mock.html#index-3">name</a>
michael@0 282 </dt>
michael@0 283
michael@0 284
michael@0 285 <dt><a href="magicmock.html#mock.NonCallableMagicMock">NonCallableMagicMock (class in mock)</a>
michael@0 286 </dt>
michael@0 287
michael@0 288 </dl></td>
michael@0 289 <td style="width: 33%" valign="top"><dl>
michael@0 290
michael@0 291 <dt><a href="mock.html#mock.NonCallableMock">NonCallableMock (class in mock)</a>
michael@0 292 </dt>
michael@0 293
michael@0 294 </dl></td>
michael@0 295 </tr></table>
michael@0 296
michael@0 297 <h2 id="O">O</h2>
michael@0 298 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 299 <td style="width: 33%" valign="top"><dl>
michael@0 300
michael@0 301 <dt><a href="index.html#index-12">older versions</a>
michael@0 302 </dt>
michael@0 303
michael@0 304 </dl></td>
michael@0 305 </tr></table>
michael@0 306
michael@0 307 <h2 id="P">P</h2>
michael@0 308 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 309 <td style="width: 33%" valign="top"><dl>
michael@0 310
michael@0 311 <dt><a href="patch.html#mock.patch">patch() (in module mock)</a>
michael@0 312 </dt>
michael@0 313
michael@0 314
michael@0 315 <dt><a href="patch.html#mock.patch.dict">patch.dict() (in module mock)</a>
michael@0 316 </dt>
michael@0 317
michael@0 318
michael@0 319 <dt><a href="patch.html#mock.patch.multiple">patch.multiple() (in module mock)</a>
michael@0 320 </dt>
michael@0 321
michael@0 322
michael@0 323 <dt><a href="patch.html#mock.patch.object">patch.object() (in module mock)</a>
michael@0 324 </dt>
michael@0 325
michael@0 326 </dl></td>
michael@0 327 <td style="width: 33%" valign="top"><dl>
michael@0 328
michael@0 329 <dt><a href="patch.html#mock.patch.stopall">patch.stopall() (in module mock)</a>
michael@0 330 </dt>
michael@0 331
michael@0 332
michael@0 333 <dt><a href="index.html#index-4">pip</a>
michael@0 334 </dt>
michael@0 335
michael@0 336
michael@0 337 <dt><a href="mock.html#mock.PropertyMock">PropertyMock (class in mock)</a>
michael@0 338 </dt>
michael@0 339
michael@0 340
michael@0 341 <dt><a href="index.html#index-11">Python 3</a>
michael@0 342 </dt>
michael@0 343
michael@0 344 </dl></td>
michael@0 345 </tr></table>
michael@0 346
michael@0 347 <h2 id="R">R</h2>
michael@0 348 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 349 <td style="width: 33%" valign="top"><dl>
michael@0 350
michael@0 351 <dt><a href="index.html#index-7">references</a>
michael@0 352 </dt>
michael@0 353
michael@0 354
michael@0 355 <dt><a href="index.html#index-2">repository</a>
michael@0 356 </dt>
michael@0 357
michael@0 358 </dl></td>
michael@0 359 <td style="width: 33%" valign="top"><dl>
michael@0 360
michael@0 361 <dt><a href="mock.html#mock.Mock.reset_mock">reset_mock() (Mock method)</a>
michael@0 362 </dt>
michael@0 363
michael@0 364
michael@0 365 <dt><a href="mock.html#index-1">return_value</a>
michael@0 366 </dt>
michael@0 367
michael@0 368 <dd><dl>
michael@0 369
michael@0 370 <dt><a href="mock.html#mock.Mock.return_value">(Mock attribute)</a>
michael@0 371 </dt>
michael@0 372
michael@0 373 </dl></dd>
michael@0 374 </dl></td>
michael@0 375 </tr></table>
michael@0 376
michael@0 377 <h2 id="S">S</h2>
michael@0 378 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 379 <td style="width: 33%" valign="top"><dl>
michael@0 380
michael@0 381 <dt><a href="sentinel.html#mock.sentinel">sentinel (in module mock)</a>
michael@0 382 </dt>
michael@0 383
michael@0 384
michael@0 385 <dt><a href="index.html#index-6">setuptools</a>
michael@0 386 </dt>
michael@0 387
michael@0 388 </dl></td>
michael@0 389 <td style="width: 33%" valign="top"><dl>
michael@0 390
michael@0 391 <dt><a href="mock.html#index-0">side_effect</a>
michael@0 392 </dt>
michael@0 393
michael@0 394 <dd><dl>
michael@0 395
michael@0 396 <dt><a href="mock.html#mock.Mock.side_effect">(Mock attribute)</a>
michael@0 397 </dt>
michael@0 398
michael@0 399 </dl></dd>
michael@0 400
michael@0 401 <dt><a href="mock.html#index-4">spec</a>
michael@0 402 </dt>
michael@0 403
michael@0 404 </dl></td>
michael@0 405 </tr></table>
michael@0 406
michael@0 407 <h2 id="T">T</h2>
michael@0 408 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 409 <td style="width: 33%" valign="top"><dl>
michael@0 410
michael@0 411 <dt><a href="index.html#index-9">tests</a>
michael@0 412 </dt>
michael@0 413
michael@0 414 </dl></td>
michael@0 415 </tr></table>
michael@0 416
michael@0 417 <h2 id="U">U</h2>
michael@0 418 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 419 <td style="width: 33%" valign="top"><dl>
michael@0 420
michael@0 421 <dt><a href="index.html#index-10">unittest2</a>
michael@0 422 </dt>
michael@0 423
michael@0 424 </dl></td>
michael@0 425 </tr></table>
michael@0 426
michael@0 427 <h2 id="W">W</h2>
michael@0 428 <table style="width: 100%" class="indextable genindextable"><tr>
michael@0 429 <td style="width: 33%" valign="top"><dl>
michael@0 430
michael@0 431 <dt><a href="mock.html#index-2">wraps</a>
michael@0 432 </dt>
michael@0 433
michael@0 434 </dl></td>
michael@0 435 </tr></table>
michael@0 436
michael@0 437
michael@0 438
michael@0 439 </div>
michael@0 440 </div>
michael@0 441 </div>
michael@0 442 <div class="sphinxsidebar">
michael@0 443 <div class="sphinxsidebarwrapper">
michael@0 444
michael@0 445
michael@0 446
michael@0 447 <div id="searchbox" style="display: none">
michael@0 448 <h3>Quick search</h3>
michael@0 449 <form class="search" action="search.html" method="get">
michael@0 450 <input type="text" name="q" />
michael@0 451 <input type="submit" value="Go" />
michael@0 452 <input type="hidden" name="check_keywords" value="yes" />
michael@0 453 <input type="hidden" name="area" value="default" />
michael@0 454 </form>
michael@0 455 <p class="searchtip" style="font-size: 90%">
michael@0 456 Enter search terms or a module, class or function name.
michael@0 457 </p>
michael@0 458 </div>
michael@0 459 <script type="text/javascript">$('#searchbox').show(0);</script>
michael@0 460 </div>
michael@0 461 </div>
michael@0 462 <div class="clearer"></div>
michael@0 463 </div>
michael@0 464 <div class="related">
michael@0 465 <h3>Navigation</h3>
michael@0 466 <ul>
michael@0 467 <li class="right" style="margin-right: 10px">
michael@0 468 <a href="#" title="General Index"
michael@0 469 >index</a></li>
michael@0 470 <li><a href="index.html">Mock 1.0.0 documentation</a> &raquo;</li>
michael@0 471 </ul>
michael@0 472 </div>
michael@0 473 <div class="footer">
michael@0 474 &copy; Copyright 2007-2012, Michael Foord &amp; the mock team.
michael@0 475 Last updated on Oct 07, 2012.
michael@0 476 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
michael@0 477 </div>
michael@0 478 </body>
michael@0 479 </html>

mercurial