Submit
Path:
~
/
/
lib
/
python3.8
/
site-packages
/
pip
/
_vendor
/
html5lib
/
_trie
/
File Content:
__init__.py
from __future__ import absolute_import, division, unicode_literals from .py import Trie as PyTrie Trie = PyTrie # pylint:disable=wrong-import-position try: from .datrie import Trie as DATrie except ImportError: pass else: Trie = DATrie # pylint:enable=wrong-import-position
Submit
FILE
FOLDER
Name
Size
Permission
Action
__pycache__
---
0755
__init__.py
289 bytes
0644
_base.py
1013 bytes
0644
datrie.py
1178 bytes
0644
py.py
1775 bytes
0644
N4ST4R_ID | Naxtarrr