| Home | Trees | Index | Help |
|
|---|
| Package lemon :: Package external :: Package epydoc :: Module uid :: Class PropertyUID |
|
UID --+
|
RelativeUID --+
|
PropertyUID
| Method Summary | |
|---|---|
boolean
|
Return true if this is the UID for a property. |
| Inherited from RelativeUID | |
| |
| |
| |
UID or None
|
Return the UID of the class that contains the object identified by this UID; or None if the object identified by this UID is not part of
a class. |
boolean
|
Return true if the object identified by this UID is a descendant of ancestor. |
boolean
|
Return true if this is the UID for a builtin function. |
boolean
|
Return true if this is the UID for a builtin method. |
boolean
|
Return true if this is the UID for a class or a type. |
| |
boolean
|
Return true if this is the UID for a function. |
boolean
|
Return true if this is the UID for a method. |
boolean
|
Return true if this is the UID for a module or a package. |
boolean
|
Return true if this is the UID for a package. |
boolean
|
Return true if this is the UID for a function, a method, a builtin function, or a builtin method. |
| |
boolean
|
Return true if this is the UID for a variable. |
UID
|
Return the UID of the module that contains the object identified by this UID; or None if the object identified by this UID is a module or
a package. |
string
|
Return the globally unique name for this identifier. |
UID
|
Return the UID of the package that contains the object identified by this UID; or None if the object identified by this UID is not
part of a package. |
Return the UID of the object that contains the object identified by this UID; or None if the object identified by this UID is not
contained by any other object. | |
string
|
Return the short name for this UID. |
| any |
Return the value of the object or variable specified by this UID. |
| Inherited from UID | |
int
|
Compare self and other, based on their
globally unique names. |
string
|
Return a string representation of this UID. |
string
|
Return the globally unique name for this identifier. |
boolean
|
Return true if this is the UID for a function or a builtin function. |
boolean
|
Return true if this is the UID for a method or a builtin method. |
boolean
|
Return true if this is a private object, or if any of its ancestors are private objects. |
boolean
|
Return true if this object and all of its ancestor objects are public. |
| Instance Variable Summary | |
|---|---|
| Inherited from UID | |
string |
_name: This UID's globally unique name. |
boolean |
_public: Whether this is a public or private object. |
| Class Variable Summary | |
|---|---|
| Inherited from UID | |
dictionary from string to
int |
_ids: A dictionary mapping from names to Python identifiers (as returned by
id). |
| Method Details |
|---|
is_property(self)
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Nov 10 15:08:24 2003 | http://epydoc.sf.net |