⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
python2.7
/
Edit File: dummy_thread.pyc
� xFWgc @ s� d Z d d d d d d d g Z d d l Z d e f d � � YZ i d � Z d � Z d � Z d � Z d d � Z d e f d � � YZ e a e a d � Z d S( s, Drop-in replacement for the thread module. Meant to be used as a brain-dead substitute so that threaded code does not need to be rewritten for when the thread module is not present. Suggested usage is:: try: import thread except ImportError: import dummy_thread as thread t errort start_new_threadt exitt get_identt allocate_lockt interrupt_maint LockTypei����Nc B s e Z d Z d � Z RS( s% Dummy implementation of thread.error.c G s | | _ d S( N( t args( t selfR ( ( s"