~brad-fie/mdag/devel

« back to all changes in this revision

Viewing changes to docs/api/mDAG.ui.NodeScene.NodeUnimplementedError-class.html

  • Committer: Bradley Friedman
  • Date: 2010-07-03 23:43:06 UTC
  • Revision ID: leith@worm.local-20100703234306-sx09rdqywp0s22tj
initial code dump

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ascii"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
          "DTD/xhtml1-transitional.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<head>
 
6
  <title>mDAG.ui.NodeScene.NodeUnimplementedError</title>
 
7
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
 
8
  <script type="text/javascript" src="epydoc.js"></script>
 
9
</head>
 
10
 
 
11
<body bgcolor="white" text="black" link="blue" vlink="#204080"
 
12
      alink="#204080">
 
13
<!-- ==================== NAVIGATION BAR ==================== -->
 
14
<table class="navbar" border="0" width="100%" cellpadding="0"
 
15
       bgcolor="#a0c0ff" cellspacing="0">
 
16
  <tr valign="middle">
 
17
  <!-- Home link -->
 
18
      <th>&nbsp;&nbsp;&nbsp;<a
 
19
        href="mDAG-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
20
 
 
21
  <!-- Tree link -->
 
22
      <th>&nbsp;&nbsp;&nbsp;<a
 
23
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
24
 
 
25
  <!-- Index link -->
 
26
      <th>&nbsp;&nbsp;&nbsp;<a
 
27
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
 
28
 
 
29
  <!-- Help link -->
 
30
      <th>&nbsp;&nbsp;&nbsp;<a
 
31
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
32
 
 
33
      <th class="navbar" width="100%"></th>
 
34
  </tr>
 
35
</table>
 
36
<table width="100%" cellpadding="0" cellspacing="0">
 
37
  <tr valign="top">
 
38
    <td width="100%">
 
39
      <span class="breadcrumbs">
 
40
        <a href="mDAG-module.html">Package&nbsp;mDAG</a> ::
 
41
        <a href="mDAG.ui-module.html">Package&nbsp;ui</a> ::
 
42
        <a href="mDAG.ui.NodeScene-module.html">Module&nbsp;NodeScene</a> ::
 
43
        Class&nbsp;NodeUnimplementedError
 
44
      </span>
 
45
    </td>
 
46
    <td>
 
47
      <table cellpadding="0" cellspacing="0">
 
48
        <!-- hide/show private -->
 
49
        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
 
50
    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
 
51
        <tr><td align="right"><span class="options"
 
52
            >[<a href="frames.html" target="_top">frames</a
 
53
            >]&nbsp;|&nbsp;<a href="mDAG.ui.NodeScene.NodeUnimplementedError-class.html"
 
54
            target="_top">no&nbsp;frames</a>]</span></td></tr>
 
55
      </table>
 
56
    </td>
 
57
  </tr>
 
58
</table>
 
59
<!-- ==================== CLASS DESCRIPTION ==================== -->
 
60
<h1 class="epydoc">Class NodeUnimplementedError</h1><p class="nomargin-top"><span class="codelink"><a href="mDAG.ui.NodeScene-pysrc.html#NodeUnimplementedError">source&nbsp;code</a></span></p>
 
61
<pre class="base-tree">
 
62
              object --+                    
 
63
                       |                    
 
64
exceptions.BaseException --+                
 
65
                           |                
 
66
        exceptions.Exception --+            
 
67
                               |            
 
68
        exceptions.StandardError --+        
 
69
                                   |        
 
70
             exceptions.RuntimeError --+    
 
71
                                       |    
 
72
          exceptions.NotImplementedError --+
 
73
                                           |
 
74
                                          <strong class="uidshort">NodeUnimplementedError</strong>
 
75
</pre>
 
76
 
 
77
<hr />
 
78
<!-- ==================== INSTANCE METHODS ==================== -->
 
79
<a name="section-InstanceMethods"></a>
 
80
<table class="summary" border="1" cellpadding="3"
 
81
       cellspacing="0" width="100%" bgcolor="white">
 
82
<tr bgcolor="#70b0f0" class="table-header">
 
83
  <td colspan="2" class="table-header">
 
84
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
 
85
      <tr valign="top">
 
86
        <td align="left"><span class="table-header">Instance Methods</span></td>
 
87
        <td align="right" valign="top"
 
88
         ><span class="options">[<a href="#section-InstanceMethods"
 
89
         class="privatelink" onclick="toggle_private();"
 
90
         >hide private</a>]</span></td>
 
91
      </tr>
 
92
    </table>
 
93
  </td>
 
94
</tr>
 
95
  <tr>
 
96
    <td colspan="2" class="summary">
 
97
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.NotImplementedError</code></b>:
 
98
      <code>__init__</code>,
 
99
      <code>__new__</code>
 
100
      </p>
 
101
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
 
102
      <code>__delattr__</code>,
 
103
      <code>__getattribute__</code>,
 
104
      <code>__getitem__</code>,
 
105
      <code>__getslice__</code>,
 
106
      <code>__reduce__</code>,
 
107
      <code>__repr__</code>,
 
108
      <code>__setattr__</code>,
 
109
      <code>__setstate__</code>,
 
110
      <code>__str__</code>,
 
111
      <code>__unicode__</code>
 
112
      </p>
 
113
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
 
114
      <code>__format__</code>,
 
115
      <code>__hash__</code>,
 
116
      <code>__reduce_ex__</code>,
 
117
      <code>__sizeof__</code>,
 
118
      <code>__subclasshook__</code>
 
119
      </p>
 
120
    </td>
 
121
  </tr>
 
122
</table>
 
123
<!-- ==================== PROPERTIES ==================== -->
 
124
<a name="section-Properties"></a>
 
125
<table class="summary" border="1" cellpadding="3"
 
126
       cellspacing="0" width="100%" bgcolor="white">
 
127
<tr bgcolor="#70b0f0" class="table-header">
 
128
  <td colspan="2" class="table-header">
 
129
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
 
130
      <tr valign="top">
 
131
        <td align="left"><span class="table-header">Properties</span></td>
 
132
        <td align="right" valign="top"
 
133
         ><span class="options">[<a href="#section-Properties"
 
134
         class="privatelink" onclick="toggle_private();"
 
135
         >hide private</a>]</span></td>
 
136
      </tr>
 
137
    </table>
 
138
  </td>
 
139
</tr>
 
140
  <tr>
 
141
    <td colspan="2" class="summary">
 
142
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
 
143
      <code>args</code>,
 
144
      <code>message</code>
 
145
      </p>
 
146
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
 
147
      <code>__class__</code>
 
148
      </p>
 
149
    </td>
 
150
  </tr>
 
151
</table>
 
152
<!-- ==================== NAVIGATION BAR ==================== -->
 
153
<table class="navbar" border="0" width="100%" cellpadding="0"
 
154
       bgcolor="#a0c0ff" cellspacing="0">
 
155
  <tr valign="middle">
 
156
  <!-- Home link -->
 
157
      <th>&nbsp;&nbsp;&nbsp;<a
 
158
        href="mDAG-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
159
 
 
160
  <!-- Tree link -->
 
161
      <th>&nbsp;&nbsp;&nbsp;<a
 
162
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
163
 
 
164
  <!-- Index link -->
 
165
      <th>&nbsp;&nbsp;&nbsp;<a
 
166
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
 
167
 
 
168
  <!-- Help link -->
 
169
      <th>&nbsp;&nbsp;&nbsp;<a
 
170
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
171
 
 
172
      <th class="navbar" width="100%"></th>
 
173
  </tr>
 
174
</table>
 
175
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
 
176
  <tr>
 
177
    <td align="left" class="footer">
 
178
    Generated by Epydoc 3.0.1 on Sun Jun 20 19:08:30 2010
 
179
    </td>
 
180
    <td align="right" class="footer">
 
181
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
 
182
        >http://epydoc.sourceforge.net</a>
 
183
    </td>
 
184
  </tr>
 
185
</table>
 
186
 
 
187
<script type="text/javascript">
 
188
  <!--
 
189
  // Private objects are initially displayed (because if
 
190
  // javascript is turned off then we want them to be
 
191
  // visible); but by default, we want to hide them.  So hide
 
192
  // them unless we have a cookie that says to show them.
 
193
  checkCookie();
 
194
  // -->
 
195
</script>
 
196
</body>
 
197
</html>