MCPcopy Index your code
hub / github.com/PyQt5/PyQt / Window

Class Window

QWebView/BlockRequest.py:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class Window(QWebView):
43
44 def __init__(self, *args, **kwargs):
45 super(Window, self).__init__(*args, **kwargs)
46 self.resize(800, 600)
47 self.page().setNetworkAccessManager(RequestInterceptor(self))
48
49
50if __name__ == '__main__':

Callers 1

BlockRequest.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected