Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSLTeam/MCSL2
/ openLocalFile
Function
openLocalFile
MCSL2Lib/utils.py:231–233 ·
view source on GitHub ↗
打开本地文件(夹)
(FilePath)
Source
from the content-addressed store, hash-verified
229
230
231
def
openLocalFile(FilePath):
232
""
"打开本地文件(夹)"
""
233
QDesktopServices.openUrl(QUrl.fromLocalFile(FilePath))
234
235
236
def
writeFile(file: str, content: str):
Callers
5
initSinglePluginsWidget
Method · 0.90
openCurrentTabFolder
Method · 0.90
__init__
Method · 0.90
scrollAreaProcessor
Method · 0.90
initSlots
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected