PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
maxminddb
""" maxminddb.errors ~~~~~~~~~~~~~~~~ This module contains custom errors for the MaxMind DB reader """ class InvalidDatabaseError(RuntimeError): """This error is thrown when unexpected data is found in the database."""
[-] errors.py
[edit]
[+]
..
[-] types.py
[edit]
[-] const.py
[edit]
[-] py.typed
[edit]
[+]
__pycache__
[-] extension.pyi
[edit]
[-] file.py
[edit]
[-] __init__.py
[edit]
[-] reader.py
[edit]
[-] decoder.py
[edit]