Class of ``False`` singleton
Definition at line 24 of file config.py.
◆ __init__()
searx.botdetection.config.FALSE.__init__ |
( |
| self, |
|
|
| msg ) |
Definition at line 28 of file config.py.
28 def __init__(self, msg):
29 self.msg = msg
30
◆ __bool__()
searx.botdetection.config.FALSE.__bool__ |
( |
| self | ) |
|
Definition at line 31 of file config.py.
31 def __bool__(self):
32 return False
33
◆ __str__()
searx.botdetection.config.FALSE.__str__ |
( |
| self | ) |
|
Definition at line 34 of file config.py.
34 def __str__(self):
35 return self.msg
36
References msg.
◆ __repr__
searx.botdetection.config.FALSE.__repr__ = __str__ |
|
staticprivate |
◆ msg
searx.botdetection.config.FALSE.msg = msg |
The documentation for this class was generated from the following file:
- /home/andrew/Documents/code/public/searxng/searx/botdetection/config.py