✏️ 正在编辑: entry_points.py
路径:
/usr/lib/fm-agent/dependencies/x86_64/linux/python3.8/jpype/_pyinstaller/entry_points.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
import os from pathlib import Path fspath = getattr(os, 'fspath', str) _pyinstaller_path = Path(__file__).parent def get_hook_dirs(): return [fspath(_pyinstaller_path)] def get_PyInstaller_tests(): return [fspath(_pyinstaller_path)]
💾 保存文件
← 返回文件管理器