class documentation

class Manifest(roslib.manifestlib._Manifest):

Constructor: Manifest()

View In Hierarchy

Object representation of a ROS manifest file

Method __init__ Initialize new empty manifest.
Method get_export @return: exports that match the specified tag and attribute, e.g. 'python', 'path' @rtype: [L{Export}]
Class Variable __slots__ Undocumented
def __init__(self):

Initialize new empty manifest.

def get_export(self, tag, attr):

@return: exports that match the specified tag and attribute, e.g. 'python', 'path' @rtype: [L{Export}]

__slots__: list =

Undocumented