Method Summary |
|
__init__ (self,
value,
base_uid,
shortname)
|
|
is_classmethod(self)
|
boolean
|
is_method (self)
Return true if this is the UID for a method. |
boolean
|
is_routine (self)
Return true if this is the UID for a function, a method, a builtin function,
or a builtin method. |
Inherited from RelativeUID :
__eq__ ,
__hash__ ,
cls ,
descendant_of ,
is_builtin_function ,
is_builtin_method ,
is_class ,
is_function ,
is_module ,
is_package ,
is_property ,
is_staticmethod ,
is_type ,
is_variable ,
module ,
name ,
package ,
parent ,
shortname ,
value
Inherited from UID :
__cmp__ ,
__repr__ ,
__str__ ,
is_any_function ,
is_any_method ,
is_private ,
is_public
|