summaryrefslogtreecommitdiff
path: root/apidocs/testtools.matchers._basic.NotAnInstance.html
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2015-07-01 16:11:59 +1200
committerRobert Collins <robertc@robertcollins.net>2015-07-01 16:11:59 +1200
commitb624d75b18b6644adb1e783e1032cbf74da409e7 (patch)
treeee4ec6a914dc8c1104ac9084f043b7867b687062 /apidocs/testtools.matchers._basic.NotAnInstance.html
downloadtesttools-gh-pages.tar.gz
Update documentationgh-pages
Diffstat (limited to 'apidocs/testtools.matchers._basic.NotAnInstance.html')
-rw-r--r--apidocs/testtools.matchers._basic.NotAnInstance.html130
1 files changed, 130 insertions, 0 deletions
diff --git a/apidocs/testtools.matchers._basic.NotAnInstance.html b/apidocs/testtools.matchers._basic.NotAnInstance.html
new file mode 100644
index 0000000..b809996
--- /dev/null
+++ b/apidocs/testtools.matchers._basic.NotAnInstance.html
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>testtools.matchers._basic.NotAnInstance : API documentation</title>
+
+ <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+ <link href="bootstrap.min.css" type="text/css" rel="stylesheet" />
+ <link href="apidocs.css" type="text/css" rel="stylesheet" />
+ </head>
+ <body>
+
+ <nav class="navbar navbar-default">
+ <div class="container">
+ <div class="navbar-header">
+ <a href="index.html" class="navbar-brand">
+ <a href="https://github.com/testing-cabal/testtools">testtools</a> API Documentation
+ </a>
+ </div>
+ </div>
+ </nav>
+
+ <div class="container">
+
+ <div class="page-header">
+ <h1 class="class"><code>testtools.matchers._basic.NotAnInstance(<a href="testtools.matchers._impl.Mismatch.html" class="code">Mismatch</a>)</code> <small>class documentation</small></h1>
+
+ <span id="partOf">
+ Part of <code><a href="testtools.html" class="code">testtools</a>.<a href="testtools.matchers.html" class="code">matchers</a>.<a href="testtools.matchers._basic.html" class="code">_basic</a></code>
+
+ <a href="classIndex.html#testtools.matchers._basic.NotAnInstance">(View In Hierarchy)</a>
+ </span>
+ </div>
+
+ <div class="extrasDocstring">
+
+ </div>
+
+ <div class="moduleDocstring">
+ <div class="undocumented">No class docstring</div>
+ </div>
+
+ <div id="splitTables">
+ <table class="children sortable" id="id71">
+
+ <tr class="method">
+
+ <td>Method</td>
+ <td><a href="testtools.matchers._basic.NotAnInstance.html#__init__" class="code">__init__</a></td>
+ <td><span>Create a NotAnInstance Mismatch.</span></td>
+ </tr><tr class="method">
+
+ <td>Method</td>
+ <td><a href="testtools.matchers._basic.NotAnInstance.html#describe" class="code">describe</a></td>
+ <td><span>Describe the mismatch.</span></td>
+ </tr>
+</table>
+
+ <p class="inheritedFrom">
+ Inherited from <a href="testtools.matchers._impl.Mismatch.html" class="code">Mismatch</a>:
+ </p>
+ <table class="children sortable" id="id72">
+
+ <tr class="basemethod">
+
+ <td>Method</td>
+ <td><a href="testtools.matchers._impl.Mismatch.html#get_details" class="code">get_details</a></td>
+ <td><span>Get extra details about the mismatch.</span></td>
+ </tr><tr class="basemethod">
+
+ <td>Method</td>
+ <td><a href="testtools.matchers._impl.Mismatch.html#__repr__" class="code">__repr__</a></td>
+ <td><span class="undocumented">Undocumented</span></td>
+ </tr>
+</table>
+
+
+
+ </div>
+
+ <div id="childList">
+
+ <div class="function">
+ <a name="testtools.matchers._basic.NotAnInstance.__init__">
+
+ </a>
+ <a name="__init__">
+
+ </a>
+ <div class="functionHeader">
+
+ def
+ __init__(self, matchee, types):
+
+ </div>
+ <div class="docstring functionBody">
+ <div class="interfaceinfo">overrides <a href="testtools.matchers._impl.Mismatch.html#__init__" class="code">testtools.matchers._impl.Mismatch.__init__</a></div>
+ <div>Create a NotAnInstance Mismatch.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">matchee</td><td>the thing which is not an instance of any of types.</td></tr><tr><td></td><td class="fieldArg">types</td><td>A tuple of the types which were expected.</td></tr></table></div>
+ </div>
+</div><div class="function">
+ <a name="testtools.matchers._basic.NotAnInstance.describe">
+
+ </a>
+ <a name="describe">
+
+ </a>
+ <div class="functionHeader">
+
+ def
+ describe(self):
+
+ </div>
+ <div class="docstring functionBody">
+ <div class="interfaceinfo">overrides <a href="testtools.matchers._impl.Mismatch.html#describe" class="code">testtools.matchers._impl.Mismatch.describe</a></div>
+ <div><p>Describe the mismatch.</p>
+<p>This should be either a human-readable string or castable to a string.
+In particular, is should either be plain ascii or unicode on Python 2,
+and care should be taken to escape control characters.</p><table class="fieldTable"></table></div>
+ </div>
+</div>
+
+ </div>
+ <address>
+ <a href="index.html">API Documentation</a> for <a href="https://github.com/testing-cabal/testtools">testtools</a>, generated by <a href="https://github.com/twisted/pydoctor/">pydoctor</a> at 2015-07-01 16:11:28.
+ </address>
+
+ </div>
+ </body>
+</html> \ No newline at end of file