1 Star 6 Fork 0

niejieqiang/JQEdit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cprofile_and_piplist.py 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
# altgraph
# chardet
# pefile
# pip
# pyinstaller
# pyinstaller-hooks-contrib
# pyperclip
# PySide6
# PySide6_Addons
# PySide6_Essentials
# pywin32-ctypes
# setuptools
# shiboken6
profiler = cProfile.Profile()
profiler.enable()
# 如果有参数就传给记事本打开(这样打包成exe双击txt就能被记事本打开),否则创建空窗口
if Notepad._instance is None:
JQEdit = Notepad()
else:
JQEdit = Notepad._instance
# Get filename from command line argument and open the file
filename = get_file_argument()
if filename:
JQEdit.read_file(filename)
JQEdit.show()
profiler.disable()
profiler.print_stats(sort='cumulative')
sys.exit(app.exec())
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/niejieqiang/JQEdit.git
[email protected]:niejieqiang/JQEdit.git
niejieqiang
JQEdit
JQEdit
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385