Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /nuitka/eggshell.build/ |
Upload File : |
�� �KeyringBackendMeta�.�� �__init__�.�� �_classes�.�� �__abstractmethods__�.�� �add�.��
�errors�.�� �ExceptionRaisedContext�.��
� __enter__�.�� �__exit__�.�� �priority�.�� NNN��.��
�filter�.�� �operator�.�� �
attrgetter�.�� �viable���.��: �6
Return all subclasses deemed viable.
�.�� �
__module__�.�� �
rpartition�.�� �.���.��* �&too many values to unpack (expected 3)�.�� �replace�.�� �_�� ���.�h.�� �__name__�.��v �r
The keyring name, suitable for display.
The name is derived from module and class name.
�.�� �%s.%s (priority: %g)�.�� �PasswordSetError�.�� �reason���.��� ��Set password for the username of the service.
If the backend cannot store passwords, raise
NotImplementedError.
�.�� �PasswordDeleteError�.��� ��Delete the password for the username of the service.
If the backend cannot store passwords, raise
NotImplementedError.
�.�� �get_password�.�� �credentials�.�� �SimpleCredential�.�� X Gets the username and password for the service.
Returns a Credential instance.
The *username* argument is optional and may be omitted by
the caller or ignored by the backend. Callers must use the
returned username.
�.�� �entrypoints�.�� �
get_group_all�.�� �keyring.backends���.�� �group���.�� �log�.�� �info�.�� �
Loading %s�.�� �name�.�� �load�.�� �callable�.��
� exception�.��! �Error initializing plugin %s.�.��! X
Locate all setuptools entry points by the name 'keyring backends'
and initialize them.
Any third-party library may register an entry point by adding the
following to their setup.py::
entry_points = {
'keyring.backends': [
'plugin_name = mylib.mymodule:initialize_func',
],
},
`plugin_name` can be anything, and is only used to display the name
of the plugin at initialization time.
`initialize_func` is optional, but will be invoked if callable.
�.�� �
_load_plugins�.�� �KeyringBackend�.�� �get_viable_backends�.�� �util�.�� �suppress_exceptions�.��* }��
exceptions��builtins�� TypeError���s.��g �c
Return a list of all implemented keyrings that can be constructed without
parameters.
�.��$ �
Keyring implementation support
�.�� �__doc__�.��5 �1/usr/lib/python3/dist-packages/keyring/backend.py�.�� �__file__�.�� �__spec__�.��
�origin�.�� �has_location�.�� �
__cached__�.�� �absolute_import�.�� �abc�.�K .�� �logging�.�� � �.�� h$hh9��.�K.�� �
properties���.�hN.�� �
py27compat�.�� �
add_metaclass�h��.�hQ.�� �
__metaclass__�.��
� getLogger�.�� �keyring.backend���.�� �priority���.�� �by_priority�.��
�_limit�.�� �ABCMeta�.��
� metaclass�.�� �__prepare__�.�� �__getitem__�.��2 �.%s.__prepare__() must return a mapping, not %s�.�� �<metaclass>�.�� �keyring.backend�.��r �n
A metaclass that's both an ABCMeta and a type that keeps a registry of
all (non-abstract) types.
�.�� �__qualname__�.�� �KeyringBackendMeta.__init__�.�� �__orig_bases__�.�).�� h7)��.��a �]The abstract base class of the keyring, every backend must implement
this interface.
�.��� X�
Each backend class must supply a priority, a number (float or integer)
indicating the priority of the backend relative to all other backends.
The priority need not be static -- it may (and should) vary based
attributes of the environment in which is runs (platform, available
packages, etc.).
A higher number indicates a higher priority. The priority should raise
a RuntimeError with a message indicating the underlying cause if the
backend is not suitable for the current environment.
As a rule of thumb, a priority between zero but less than one is
suitable, but a priority of one or greater is recommended.
�.�� �KeyringBackend.priority�.�� �
ClassProperty�.�� �classmethod�.��
�viable�.�� �KeyringBackend.viable�.��&