Home | Trees | Indices | Help |
|
---|
|
1 __doc__ = """Legacy interface to the BeautifulSoup HTML parser. 2 """ 3 4 __all__ = ["parse", "convert_tree"] 5 6 from soupparser import convert_tree, parse as _parse 7 11
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Thu May 1 12:10:56 2008 | http://epydoc.sourceforge.net |