Current Path :
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
guppy
/
heapy
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/cloudlinux/venv/lib/python3.11/site-packages/guppy/heapy/Target.py
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_