| Method Summary |
| |
addSubclass(self,
subclass)
Put this subclass on our list |
| |
getSubclass(self,
subclass)
Return subclass by ID, if we have it |
| |
getSubclasses(self)
Return a list of our subclasses |
| Inherited from usbInfoObject |
| |
__init__(self,
id,
description)
Set our ID code, description, and prepare to accept children |
| |
addChild(self,
child)
Add a child to our list |
| |
description(self)
Return the description for this object |
| |
getChild(self,
child)
If we have a child matching the request, return it |
| |
getChildren(self)
Return a list of all our children |
| |
id(self)
Return our ID code |