Go to the source code of this file.
Classes | |
class | ros_introspection.package_xml.PackageXML |
Namespaces | |
ros_introspection.package_xml | |
Functions | |
def | ros_introspection.package_xml.count_trailing_spaces (s) |
def | ros_introspection.package_xml.get_ordering_index (name, whiny=True) |
def | ros_introspection.package_xml.get_package_tag_index (s, key='< package') |
def | ros_introspection.package_xml.replace_package_set (manifest, source_tags, new_tag) |
Variables | |
list | ros_introspection.package_xml.DEPEND_ORDERING |
string | ros_introspection.package_xml.FORMAT_3_HEADER |
ros_introspection.package_xml.INDENT_PATTERN = re.compile('\n *') | |
list | ros_introspection.package_xml.ORDERING |
list | ros_introspection.package_xml.PEOPLE_TAGS = ['maintainer', 'author'] |