Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/guppy/heapy/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/cloudlinux/venv/lib64/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_