Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQt
/ __init__
Method
__init__
QTextBrowser/DynamicRes.py:29–31 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
27
NetImages = {}
28
29
def
__init__(self, *args, **kwargs):
30
super(TextBrowser, self).__init__(*args, **kwargs)
31
self.setOpenLinks(False)
# 禁止打开URL
32
33
def
downloadImage(self, url):
34
try
:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected