System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
lib64
/
python2.7
/
unittest
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
signals.py
import signal import weakref from functools import wraps __unittest = True class _InterruptHandler(object): def __init__(self, default_handler): self.called = False self.original_handler = default_handler if isinstance(default_handler, (int, long)): if default_handler == signal.SIG_DFL: # Pretend it's signal.default_int_handler instead. default_handler = signal.default_int_handler elif default_handler == signal.SIG_IGN: # Not quite the same thing as SIG_IGN, but the closest we # can make it: do nothing. def default_handler(unused_signum, unused_frame): pass else: raise TypeError("expected SIGINT signal handler to be " "signal.SIG_IGN, signal.SIG_DFL, or a " "callable object") self.default_handler = default_handler def __call__(self, signum, frame): installed_handler = signal.getsignal(signal.SIGINT) if installed_handler is not self: # if we aren't the installed handler, then delegate immediately # to the default handler self.default_handler(signum, frame) if self.called: self.default_handler(signum, frame) self.called = True for result in _results.keys(): result.stop() _results = weakref.WeakKeyDictionary() def registerResult(result): _results[result] = 1 def removeResult(result): return bool(_results.pop(result, None)) _interrupt_handler = None def installHandler(): global _interrupt_handler if _interrupt_handler is None: default_handler = signal.getsignal(signal.SIGINT) _interrupt_handler = _InterruptHandler(default_handler) signal.signal(signal.SIGINT, _interrupt_handler) def removeHandler(method=None): if method is not None: @wraps(method) def inner(*args, **kwargs): initial = signal.getsignal(signal.SIGINT) removeHandler() try: return method(*args, **kwargs) finally: signal.signal(signal.SIGINT, initial) return inner global _interrupt_handler if _interrupt_handler is not None: signal.signal(signal.SIGINT, _interrupt_handler.original_handler)
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2024-06-24 12:45:06
..
DIR
-
drwxr-xr-x
2024-06-24 12:45:06
test
DIR
-
drwxr-xr-x
2024-06-24 12:45:06
__init__.py
text/x-python
2.72 KB
-rw-r--r--
2024-04-10 04:58:35
__init__.pyc
application/octet-stream
2.97 KB
-rw-r--r--
2024-04-10 04:58:46
__init__.pyo
application/octet-stream
2.97 KB
-rw-r--r--
2024-04-10 04:58:46
__main__.py
text/x-python
238 B
-rw-r--r--
2024-04-10 04:58:35
__main__.pyc
application/octet-stream
488 B
-rw-r--r--
2024-04-10 04:58:46
__main__.pyo
application/octet-stream
488 B
-rw-r--r--
2024-04-10 04:58:46
case.py
text/x-python
42.95 KB
-rw-r--r--
2024-04-10 04:58:35
case.pyc
application/octet-stream
40.7 KB
-rw-r--r--
2024-04-10 04:58:46
case.pyo
application/octet-stream
40.7 KB
-rw-r--r--
2024-04-10 04:58:46
loader.py
text/x-python
13.18 KB
-rw-r--r--
2024-04-10 04:58:35
loader.pyc
application/octet-stream
11.11 KB
-rw-r--r--
2024-04-10 04:58:46
loader.pyo
application/octet-stream
10.97 KB
-rw-r--r--
2024-04-10 04:58:44
main.py
text/x-python
8.87 KB
-rw-r--r--
2024-04-10 04:58:35
main.pyc
application/octet-stream
7.81 KB
-rw-r--r--
2024-04-10 04:58:46
main.pyo
application/octet-stream
7.81 KB
-rw-r--r--
2024-04-10 04:58:46
result.py
text/x-python
6.16 KB
-rw-r--r--
2024-04-10 04:58:35
result.pyc
application/octet-stream
7.74 KB
-rw-r--r--
2024-04-10 04:58:46
result.pyo
application/octet-stream
7.74 KB
-rw-r--r--
2024-04-10 04:58:46
runner.py
text/x-python
6.38 KB
-rw-r--r--
2024-04-10 04:58:35
runner.pyc
application/octet-stream
7.45 KB
-rw-r--r--
2024-04-10 04:58:46
runner.pyo
application/octet-stream
7.45 KB
-rw-r--r--
2024-04-10 04:58:46
signals.py
text/x-python
2.35 KB
-rw-r--r--
2024-04-10 04:58:35
signals.pyc
application/octet-stream
2.72 KB
-rw-r--r--
2024-04-10 04:58:46
signals.pyo
application/octet-stream
2.72 KB
-rw-r--r--
2024-04-10 04:58:46
suite.py
text/x-python
9.58 KB
-rw-r--r--
2024-04-10 04:58:35
suite.pyc
application/octet-stream
10.29 KB
-rw-r--r--
2024-04-10 04:58:46
suite.pyo
application/octet-stream
10.29 KB
-rw-r--r--
2024-04-10 04:58:46
util.py
text/x-python
4.5 KB
-rw-r--r--
2024-04-10 04:58:35
util.pyc
application/octet-stream
4.41 KB
-rw-r--r--
2024-04-10 04:58:46
util.pyo
application/octet-stream
4.41 KB
-rw-r--r--
2024-04-10 04:58:46
~ ACUPOFTEA - mail.ontime-ae.com