| Server IP : 167.99.254.82 / Your IP : 216.73.216.73 Web Server : Apache System : Linux host.techisquad.com 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : pawluxera ( 1011) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/awscli/customizations/__pycache__/ |
Upload File : |
o
.&�a� � @ s d Z dS )a�
Customizations
==============
As we start to accumulate more and more of these *built-in* customizations
we probably need to come up with some way to organize them and to make
it easy to add them and register them.
One idea I had was to place them all with a package like this. That
at least keeps them all in one place. Each module in this package
should contain a single customization (I think).
To take it a step further, we could have each module define a couple
of well-defined attributes:
* ``EVENT`` would be a string containing the event that this customization
needs to be registered with. Or, perhaps this should be a list of
events?
* ``handler`` is a callable that will be registered as the handler
for the event.
Using a convention like this, we could perhaps automatically discover
all customizations and register them without having to manually edit
``handlers.py`` each time.
N)�__doc__� r r �@/usr/lib/python3/dist-packages/awscli/customizations/__init__.py�<module> s