Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package epydoc :: Module uid :: Class ObjectUID |
|
UID
--+
|
ObjectUID
Method Summary | |
---|---|
__init__(self,
object)
| |
__eq__(self,
other)
| |
__hash__(self)
| |
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 . |
int
|
Return the Python internal identifier for this UID's object. |
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. |
is_classmethod(self)
| |
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 property. |
boolean
|
Return true if this is the UID for a function, a method, a builtin function, or a builtin method. |
is_staticmethod(self)
| |
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. |
Method Details |
---|
cls(self)
|
descendant_of(self, ancestor)
|
id(self)
|
is_builtin_function(self)
|
is_builtin_method(self)
|
is_class(self)
|
is_function(self)
|
is_method(self)
|
is_module(self)
|
is_package(self)
|
is_property(self)
|
is_routine(self)
|
is_variable(self)
|
module(self)
|
name(self)
|
package(self)
|
parent(self)
|
shortname(self)
|
value(self)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:55 2003 | http://epydoc.sf.net |