def collect_profiling_data(self):
if sublime.version() < '3102':
return
from Default.profile import profile_text
block = DataBlock('Profiling data (as reported by Default/profile.py)')
block.items.append(PreItem(profile_text().strip()))
self.elements.append(block)
editor_info.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录