class documentation

class _Manifest(object):

Constructor: _Manifest(_type)

View In Hierarchy

Object representation of a ROS manifest file

Method __init__ Undocumented
Method __str__ Undocumented
Method get_export @return: exports that match the specified tag and attribute, e.g. 'python', 'path' @rtype: [L{Export}]
Method xml @return: Manifest instance as ROS XML manifest @rtype: str
Class Variable __slots__ Undocumented
Instance Variable author Undocumented
Instance Variable brief Undocumented
Instance Variable depends Undocumented
Instance Variable description Undocumented
Instance Variable exports Undocumented
Instance Variable license Undocumented
Instance Variable license_url Undocumented
Instance Variable logo Undocumented
Instance Variable notes Undocumented
Instance Variable platforms Undocumented
Instance Variable rosdeps Undocumented
Instance Variable status Undocumented
Instance Variable unknown_tags Undocumented
Instance Variable url Undocumented
Instance Variable version Undocumented
Instance Variable _type Undocumented
def __init__(self, _type='package'):

Undocumented

def __str__(self):

Undocumented

def get_export(self, tag, attr):

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

def xml(self):

@return: Manifest instance as ROS XML manifest @rtype: str

__slots__: list[str] =

Undocumented

author: str =

Undocumented

brief: str =

Undocumented

depends: list =

Undocumented

description: str =

Undocumented

exports: list =

Undocumented

license: str =

Undocumented

license_url: str =

Undocumented

logo: str =

Undocumented

notes: str =

Undocumented

platforms: list =

Undocumented

rosdeps: list =

Undocumented

status: str =

Undocumented

unknown_tags: list =

Undocumented

url: str =

Undocumented

version: str =

Undocumented

_type =

Undocumented