File: epydoc.uid.PropertyUID-class.html

package info (click to toggle)
epydoc 2.1-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,364 kB
  • ctags: 2,878
  • sloc: python: 9,010; makefile: 85; sh: 73
file content (156 lines) | stat: -rw-r--r-- 8,251 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>epydoc.uid.PropertyUID</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">

<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="center">
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="epydoc-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar" align="right" width="100%">
      <table border="0" cellpadding="0" cellspacing="0">
      <tr><th class="navbar" align="center">
        <p class="nomargin">
          <a class="navbar" target="_top" href="http://epydoc.sourceforge.net">epydoc 2.0</a>
      </p></th></tr></table>
    </th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
      <font size="-1"><b class="breadcrumbs">
        <a href="epydoc-module.html">Package&nbsp;epydoc</a> ::
        <a href="epydoc.uid-module.html">Module&nbsp;uid</a> ::
        Class&nbsp;PropertyUID
      </b></font></br>
    </td>
    <td><table cellpadding="0" cellspacing="0">
      <tr><td align="right"><font size="-2">[<a href="../private/epydoc.uid.PropertyUID-class.html">show&nbsp;private</a>&nbsp;|&nbsp;hide&nbsp;private]</font></td></tr>
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="epydoc.uid.PropertyUID-class.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
    </table></td>
</tr></table>

<!-- =========== START OF CLASS DESCRIPTION =========== -->
<h2 class="class">Class PropertyUID</h2>

<pre class="base-tree">
    <a href="epydoc.uid.UID-class.html"><code>UID</code></a> --+    
          |    
<a href="epydoc.uid.RelativeUID-class.html"><code>RelativeUID</code></a> --+
              |
             <b>PropertyUID</b>
</pre><br />

<hr/>


<!-- =========== START OF METHOD SUMMARY =========== -->
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="summary">
  <th colspan="2">Method Summary</th></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">        <code>boolean</code>
</font></td>
  <td><code><span class="summary-sig"><a href="epydoc.uid.PropertyUID-class.html#is_property" class="summary-sig-name"><code>is_property</code></a>(<span class=summary-sig-arg>self</span>)</span></code>
<br />
Return true if this is the UID for a property.</td></tr>
  <tr><td colspan="2">
    <b>Inherited from <a href="epydoc.uid.RelativeUID-class.html"><code>RelativeUID</code></a>:</b>
      <a href="epydoc.uid.RelativeUID-class.html#__init__"><code>__init__</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#__eq__"><code>__eq__</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#__hash__"><code>__hash__</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#cls"><code>cls</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#descendant_of"><code>descendant_of</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_builtin_function"><code>is_builtin_function</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_builtin_method"><code>is_builtin_method</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_class"><code>is_class</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_classmethod"><code>is_classmethod</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_function"><code>is_function</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_method"><code>is_method</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_module"><code>is_module</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_package"><code>is_package</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_routine"><code>is_routine</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_staticmethod"><code>is_staticmethod</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_type"><code>is_type</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#is_variable"><code>is_variable</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#module"><code>module</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#name"><code>name</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#package"><code>package</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#parent"><code>parent</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#shortname"><code>shortname</code></a>, 
      <a href="epydoc.uid.RelativeUID-class.html#value"><code>value</code></a>
      <br />
    <b>Inherited from <a href="epydoc.uid.UID-class.html"><code>UID</code></a>:</b>
      <a href="epydoc.uid.UID-class.html#__cmp__"><code>__cmp__</code></a>, 
      <a href="epydoc.uid.UID-class.html#__repr__"><code>__repr__</code></a>, 
      <a href="epydoc.uid.UID-class.html#__str__"><code>__str__</code></a>, 
      <a href="epydoc.uid.UID-class.html#is_any_function"><code>is_any_function</code></a>, 
      <a href="epydoc.uid.UID-class.html#is_any_method"><code>is_any_method</code></a>, 
      <a href="epydoc.uid.UID-class.html#is_private"><code>is_private</code></a>, 
      <a href="epydoc.uid.UID-class.html#is_public"><code>is_public</code></a>
    </td></tr>
</table><br />


<!-- =========== START OF METHOD DETAILS =========== -->
<table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="details">
  <th colspan="2">Method Details</th></tr>
</table>

<a name="is_property"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">is_property</span>(<span class=sig-arg>self</span>)</span>
  </h3>
  <dl><dt></dt><dd>
    <dl><dt><b>Returns:</b></dt>
      <dd>
        True if this is the UID for a property.
        <br /><i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        (type=<code>boolean</code>)</i>
      </dd>
    </dl>
    <dl><dt><b>Overrides:</b></dt>
      <dd><a href="epydoc.uid.RelativeUID-class.html#is_property"><code>epydoc.uid.RelativeUID.is_property</code></a> <i>(inherited documentation)</i>
</dd>
    </dl>
  </dd></dl>
</td></tr></table>
<br />


<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="center">
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="epydoc-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar" align="right" width="100%">
      <table border="0" cellpadding="0" cellspacing="0">
      <tr><th class="navbar" align="center">
        <p class="nomargin">
          <a class="navbar" target="_top" href="http://epydoc.sourceforge.net">epydoc 2.0</a>
      </p></th></tr></table>
    </th>
  </tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat Mar 20 17:46:12 2004</font></td>
    <td align="right"><a href="http://epydoc.sourceforge.net"
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
  </tr>
</table>
</body>
</html>