Error while getting the result of an XPath expression
Definition at line 111 of file exceptions.py.
◆ __init__()
searx.exceptions.SearxEngineXPathException.__init__ |
( |
| self, |
|
|
| xpath_spec, |
|
|
| message ) |
Definition at line 114 of file exceptions.py.
114 def __init__(self, xpath_spec, message):
115 super().__init__(str(xpath_spec) + " " + message)
116 self.message = message
117
118 self.xpath_str = str(xpath_spec)
◆ message
searx.exceptions.SearxEngineXPathException.message = message |
◆ xpath_str
searx.exceptions.SearxEngineXPathException.xpath_str = str(xpath_spec) |
The documentation for this class was generated from the following file: