📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 03:48:35
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
guppy
/
heapy
📍 /opt/alt/python37/lib64/python3.7/site-packages/guppy/heapy
🔄 Refresh
✏️
Editing: Target.py
Read Only
import os import sys class Target: def __init__(self, _hiding_tag_=None): self.wd = os.getcwd() self.pid = os.getpid() self.sys = sys self._hiding_tag_ = _hiding_tag_
💾 Save Changes
❌ Cancel