Current Path :
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
guppy
/
heapy
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/python37/lib64/python3.7/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_