Syntax error in a XPATH
Definition at line 40 of file exceptions.py.
◆ __init__()
searx.exceptions.SearxXPathSyntaxException.__init__ |
( |
| self, |
|
|
| xpath_spec, |
|
|
| message ) |
Definition at line 43 of file exceptions.py.
43 def __init__(self, xpath_spec, message):
44 super().__init__(str(xpath_spec) + " " + message)
45 self.message = message
46
47 self.xpath_str = str(xpath_spec)
48
49
◆ message
searx.exceptions.SearxXPathSyntaxException.message = message |
◆ xpath_str
searx.exceptions.SearxXPathSyntaxException.xpath_str = str(xpath_spec) |
The documentation for this class was generated from the following file: