8206:adf11836cfce | 8207:d359172d11be |
---|---|
13 # | 13 # |
14 | 14 |
15 from PyQt5.QtCore import QPoint, QRect, QUrl | 15 from PyQt5.QtCore import QPoint, QRect, QUrl |
16 | 16 |
17 | 17 |
18 class WebHitTestResult(object): | 18 class WebHitTestResult: |
19 """ | 19 """ |
20 Class implementing an object for testing certain aspects of a web page. | 20 Class implementing an object for testing certain aspects of a web page. |
21 """ | 21 """ |
22 def __init__(self, page, pos): | 22 def __init__(self, page, pos): |
23 """ | 23 """ |