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