Classes | Functions | Variables
ros_introspection.package_xml Namespace Reference

Classes

class  PackageXML
 

Functions

def count_trailing_spaces (s)
 
def get_ordering_index (name, whiny=True)
 
def get_package_tag_index (s, key='< package')
 

Variables

list DEPEND_ORDERING
 
 INDENT_PATTERN = re.compile('\n *')
 
list ORDERING
 
list PEOPLE_TAGS = ['maintainer', 'author']
 

Function Documentation

def ros_introspection.package_xml.count_trailing_spaces (   s)

Definition at line 35 of file package_xml.py.

def ros_introspection.package_xml.get_ordering_index (   name,
  whiny = True 
)

Definition at line 17 of file package_xml.py.

def ros_introspection.package_xml.get_package_tag_index (   s,
  key = '<package' 
)

Definition at line 29 of file package_xml.py.

Variable Documentation

list ros_introspection.package_xml.DEPEND_ORDERING
Initial value:
1 = ['buildtool_depend', 'depend', 'build_depend', 'build_export_depend',
2  'run_depend', 'exec_depend', 'test_depend', 'doc_depend']

Definition at line 6 of file package_xml.py.

ros_introspection.package_xml.INDENT_PATTERN = re.compile('\n *')

Definition at line 12 of file package_xml.py.

list ros_introspection.package_xml.ORDERING
Initial value:
1 = ['name', 'version', 'description',
2  ['maintainer', 'license', 'author', 'url']]+DEPEND_ORDERING+['export']

Definition at line 9 of file package_xml.py.

list ros_introspection.package_xml.PEOPLE_TAGS = ['maintainer', 'author']

Definition at line 14 of file package_xml.py.



ros_introspection
Author(s):
autogenerated on Wed Jun 19 2019 19:56:52