✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.173
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python27/lib/python2.7/site-packages/raven/utils//conf.py
from __future__ import absolute_import

import copy
import os

from raven.utils.compat import string_types
from raven.utils.imports import import_string


def convert_options(settings, defaults=None):
    """
    Convert a settings object (or dictionary) to parameters which may be passed
    to a new ``Client()`` instance.
    """
    if defaults is None:
        defaults = {}

    if isinstance(settings, dict):
        def getopt(key, default=None):
            return settings.get(
                'SENTRY_%s' % key.upper(),
                defaults.get(key, default)
            )

        options = copy.copy(
            settings.get('SENTRY_CONFIG')
            or settings.get('RAVEN_CONFIG')
            or {}
        )
    else:
        def getopt(key, default=None):
            return getattr(settings, 'SENTRY_%s' % key.upper(), defaults.get(key, default))

        options = copy.copy(
            getattr(settings, 'SENTRY_CONFIG', None)
            or getattr(settings, 'RAVEN_CONFIG', None)
            or {}
        )

    options.setdefault('include_paths', getopt('include_paths', []))
    options.setdefault('exclude_paths', getopt('exclude_paths', []))
    options.setdefault('timeout', getopt('timeout'))
    options.setdefault('name', getopt('name'))
    options.setdefault('auto_log_stacks', getopt('auto_log_stacks'))
    options.setdefault('string_max_length', getopt('string_max_length'))
    options.setdefault('list_max_length', getopt('list_max_length'))
    options.setdefault('site', getopt('site'))
    options.setdefault('processors', getopt('processors'))
    options.setdefault('dsn', getopt('dsn', os.environ.get('SENTRY_DSN')))
    options.setdefault('context', getopt('context'))
    options.setdefault('tags', getopt('tags'))
    options.setdefault('release', getopt('release'))
    options.setdefault('repos', getopt('repos'))
    options.setdefault('environment', getopt('environment'))
    options.setdefault('ignore_exceptions', getopt('ignore_exceptions'))
    options.setdefault('sample_rate', getopt('sample_rate'))

    transport = getopt('transport') or options.get('transport')
    if isinstance(transport, string_types):
        transport = import_string(transport)
    options['transport'] = transport

    return options


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
12 May 2025 1.14 PM
root / linksafe
0755
serializer
--
12 May 2025 1.14 PM
root / linksafe
0755
__init__.py
4.709 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
__init__.pyc
5.885 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
compat.py
5.543 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
compat.pyc
7.401 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
conf.py
2.225 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
conf.pyc
2.287 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
encoding.py
3.226 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
encoding.pyc
3.126 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
http.py
1.953 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
http.pyc
2.915 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
imports.py
0.395 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
imports.pyc
0.666 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
json.py
2.544 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
json.pyc
5.304 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
ssl_match_hostname.py
3.514 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
ssl_match_hostname.pyc
2.852 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
stacks.py
9.806 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
stacks.pyc
7.775 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
testutils.py
0.681 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
testutils.pyc
1.653 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
transaction.py
1.063 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
transaction.pyc
2.987 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
urlparse.py
0.465 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
urlparse.pyc
0.894 KB
18 Oct 2019 1.53 PM
root / linksafe
0644
wsgi.py
3.644 KB
29 Oct 2017 5.41 PM
root / linksafe
0644
wsgi.pyc
4.204 KB
18 Oct 2019 1.53 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF