Package roslib :: Module manifest :: Class Manifest
[frames] | no frames]

Class Manifest

source code

           object --+    
                    |    
manifestlib._Manifest --+
                        |
                       Manifest

Object representation of a ROS manifest file

Instance Methods
 
__init__(self)
Initialize new empty manifest.
source code
[Export]
get_export(self, tag, attr)
Returns: exports that match the specified tag and attribute, e.g.
source code

Inherited from manifestlib._Manifest: __str__, xml

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from manifestlib._Manifest: author, brief, depends, description, exports, license, license_url, logo, notes, platforms, rosdeps, status, unknown_tags, url, version, versioncontrol

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

Initialize new empty manifest.

Overrides: object.__init__

get_export(self, tag, attr)

source code 
Returns: [Export]
exports that match the specified tag and attribute, e.g. 'python', 'path'
Overrides: manifestlib._Manifest.get_export