You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
html5lib provides a few tools for consuming token streams:
62
-
63
-
*:class:`~html5lib.serializer.HTMLSerializer`, to generate a stream of bytes; and
64
-
* filters, to manipulate the token stream.
61
+
html5lib provides:class:`~html5lib.serializer.HTMLSerializer` for generating a stream of bytes from a token stream, and several filters which manipulate the stream.