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 Fri Dec 12 22:47:06 2008 | http://epydoc.sourceforge.net |