This commit is contained in:
Alexandre Flament 2023-03-26 12:22:15 +00:00 committed by GitHub
commit d688774d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 345 additions and 25 deletions

View file

@ -68,6 +68,8 @@ class Engine: # pylint: disable=too-few-public-methods
safesearch: bool
time_range_support: bool
timeout: float
weight: float
display_error_messages: bool
# Defaults for the namespace of an engine module, see :py:func:`load_engine`