|
| def | __init__ (self, rel_fn, file_path) |
| |
| def | __repr__ (self) |
| |
| def | class_str (self, lib, indent) |
| |
| def | contains_library (self, library_name, pkg, name) |
| |
| def | insert_new_class (self, library_name, pkg, name, base_pkg, base_name, description='') |
| |
| def | read (self) |
| |
| def | write (self) |
| |
Definition at line 8 of file plugin_xml.py.
| def ros_introspection.plugin_xml.PluginXML.__init__ |
( |
|
self, |
|
|
|
rel_fn, |
|
|
|
file_path |
|
) |
| |
| def ros_introspection.plugin_xml.PluginXML.__repr__ |
( |
|
self | ) |
|
| def ros_introspection.plugin_xml.PluginXML.class_str |
( |
|
self, |
|
|
|
lib, |
|
|
|
indent |
|
) |
| |
| def ros_introspection.plugin_xml.PluginXML.contains_library |
( |
|
self, |
|
|
|
library_name, |
|
|
|
pkg, |
|
|
|
name |
|
) |
| |
| def ros_introspection.plugin_xml.PluginXML.insert_new_class |
( |
|
self, |
|
|
|
library_name, |
|
|
|
pkg, |
|
|
|
name, |
|
|
|
base_pkg, |
|
|
|
base_name, |
|
|
|
description = '' |
|
) |
| |
| def ros_introspection.plugin_xml.PluginXML.read |
( |
|
self | ) |
|
| def ros_introspection.plugin_xml.PluginXML.write |
( |
|
self | ) |
|
| ros_introspection.plugin_xml.PluginXML.changed |
| ros_introspection.plugin_xml.PluginXML.file_path |
| ros_introspection.plugin_xml.PluginXML.has_class_libraries_tag |
| ros_introspection.plugin_xml.PluginXML.libraries |
| ros_introspection.plugin_xml.PluginXML.parent_pkgs |
| ros_introspection.plugin_xml.PluginXML.rel_fn |
The documentation for this class was generated from the following file: