GRAYBYTE WORDPRESS FILE MANAGER3372

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/alt/python37/lib/python3.7/site-packages/raven/contrib/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python37/lib/python3.7/site-packages/raven/contrib//async.py
"""
raven.contrib.async
~~~~~~~~~~~~~~~~~~~

:copyright: (c) 2010-2012 by the Sentry Team, see AUTHORS for more details.
:license: BSD, see LICENSE for more details.
"""
from __future__ import absolute_import

import warnings

from raven.base import Client
from raven.transport.threaded import AsyncWorker


class AsyncClient(Client):
    """
    This client uses a single background thread to dispatch errors.
    """

    def __init__(self, worker=None, *args, **kwargs):
        warnings.warn('AsyncClient is deprecated. Use the threaded+http transport instead.', DeprecationWarning)
        self.worker = worker or AsyncWorker()
        super(AsyncClient, self).__init__(*args, **kwargs)

    def send_sync(self, **kwargs):
        super(AsyncClient, self).send(**kwargs)

    def send(self, **kwargs):
        self.worker.queue(self.send_sync, **kwargs)

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 03 2024 23:10:23
root / linksafe
0755
__pycache__
--
March 03 2024 23:10:23
root / linksafe
0755
awslambda
--
March 03 2024 23:10:23
root / linksafe
0755
bottle
--
March 03 2024 23:10:23
root / linksafe
0755
celery
--
March 03 2024 23:10:23
root / linksafe
0755
django
--
March 03 2024 23:10:23
root / linksafe
0755
pylons
--
March 03 2024 23:10:23
root / linksafe
0755
tornado
--
March 03 2024 23:10:23
root / linksafe
0755
webpy
--
March 03 2024 23:10:23
root / linksafe
0755
zconfig
--
March 03 2024 23:10:23
root / linksafe
0755
zerorpc
--
March 03 2024 23:10:23
root / linksafe
0755
zope
--
March 03 2024 23:10:23
root / linksafe
0755
__init__.py
0.192 KB
October 29 2017 17:41:19
root / linksafe
0644
async.py
0.839 KB
October 29 2017 17:41:19
root / linksafe
0644
flask.py
10.366 KB
October 29 2017 17:41:19
root / linksafe
0644
paste.py
0.385 KB
October 29 2017 17:41:19
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF