findUID
findUID(name,
container,
docmap=None)
Attempt to find the UID for the object that can be accessed with the
name name from the module module.
-
- Parameters:
name -
The name used to identify the object.
(type=string)
container -
The UID of the class or module containing the object.
(type=UID)
docmap -
A documentation map, which is used to check if name is the
name of a module variable, class variable, or instance variable.
(type=objdoc.DocMap)
- Returns:
-
The UID for the object that can be accessed with the name
name from the module module; or None
if no object was found.
(type=UID or
None)
|