|
|
[show private | hide private] |
Method Summary | |
---|---|
__init__(self,
obj) Create a globally unique identifier for obj . | |
__cmp__(self,
other) | |
__hash__(self) | |
__repr__(self) | |
UID
|
cls(self) Return the UID of the class that contains the object identified by this UID. |
boolean
|
descendant_of(self,
ancestor) Return true if the object identified by this UID is a descendant of ancestor . |
boolean
|
found_fullname(self) Return true if this UID encodes the absolute name for the object. |
boolean
|
is_builtin_function(self) Return true if this is the UID for a builtin function. |
boolean
|
is_builtin_method(self) Return true if this is the UID for a builtin method. |
boolean
|
is_class(self) Return true if this is the UID for a class. |
boolean
|
is_function(self) Return true if this is the UID for a function. |
boolean
|
is_method(self) Return true if this is the UID for a method. |
boolean
|
is_module(self) Return true if this is the UID for a module. |
boolean
|
is_package(self) Return true if this is the UID for a package. |
UID or
None
|
module(self) Return the UID of the module that contains the object identified by this UID. |
string
|
name(self) Return the complete name of this UID . |
any | object(self) Return the object identified by this UID ; or None if that object is not available. |
UID
|
package(self) Return the UID of the package that contains the object identified by this UID. |
string
|
shortname(self) Return the "short name" for this UID . |
Method Details |
---|
Constructor
obj .
|
Comparison operator
|
Hashing function
|
Representation operator
|
cls
|
descendant_of
|
found_fullname
|
is_builtin_function
|
is_builtin_method
|
is_class
|
is_function
|
is_method
|
is_module
|
is_package
|
module
|
name
|
object
|
package
|
shortname
|
|
|
Generated by Epydoc on Sun Oct 6 03:32:15 2002 | http://epydoc.sf.net |