Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.10/site-packages/html5lib/_trie/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

3 statements  

1from __future__ import absolute_import, division, unicode_literals 

2 

3from .py import Trie 

4 

5__all__ = ["Trie"]