RAPP Platform
v0.6.0
RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
|
Strips html from imput string. More...
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | get_data |
Returns the processed string. More... | |
def | handle_data |
Handles the provided string. More... | |
Public Attributes | |
fed | |
Strips html from imput string.
Definition at line 27 of file rapp_html_parser.py.
def src.rapp_html_parser.RappHTMLParser.__init__ | ( | self | ) |
Constructor.
Definition at line 30 of file rapp_html_parser.py.
def src.rapp_html_parser.RappHTMLParser.get_data | ( | self | ) |
Returns the processed string.
Definition at line 44 of file rapp_html_parser.py.
def src.rapp_html_parser.RappHTMLParser.handle_data | ( | self, | |
input_str | |||
) |
Handles the provided string.
input_str | [string] The string containing html tags |
Definition at line 38 of file rapp_html_parser.py.
src.rapp_html_parser.RappHTMLParser.fed |
Definition at line 33 of file rapp_html_parser.py.