Submit
Path:
~
/
/
usr
/
lib
/
python3.9
/
site-packages
/
cloudinit
/
__pycache__
/
File Content:
features.cpython-39.pyc
a ah�i{ � @ sV d Z ddlZddlZddlmZ dZdZdZdZdZ dZ dZeee f d�dd �ZdS ) a? Feature flags are used as a way to easily toggle configuration **at build time**. They are provided to accommodate feature deprecation and downstream configuration changes. Currently used upstream values for feature flags are set in ``cloudinit/features.py``. Overrides to these values should be patched directly (e.g., via quilt patch) by downstreams. Each flag should include a short comment regarding the reason for the flag and intended lifetime. Tests are required for new feature flags, and tests must verify all valid states of a flag, not just the default state. � N)�DictTFz23.4)�returnc C s dd� t jd j�� D �S )z@Return a dict of applicable features/overrides and their values.c S s* i | ]"}t �d |�r|ttjd |��qS )z^[_A-Z0-9]+$�cloudinit.features)�re�match�getattr�sys�modules)�.0�k� r �6/usr/lib/python3.9/site-packages/cloudinit/features.py� <dictcomp> s �z get_features.<locals>.<dictcomp>r )r r �__dict__�keysr r r r �get_features} s �r )�__doc__r r �typingr ZERROR_ON_USER_DATA_FAILUREZ+ALLOW_EC2_MIRRORS_ON_NON_AWS_INSTANCE_TYPESZEXPIRE_APPLIES_TO_HASHED_USERSZNETPLAN_CONFIG_ROOT_READ_ONLYZ%NOCLOUD_SEED_URL_APPEND_FORWARD_SLASHZAPT_DEB822_SOURCE_LIST_FILEZDEPRECATION_INFO_BOUNDARY�str�boolr r r r r �<module> s #
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
__init__.cpython-39.opt-1.pyc
145 bytes
0644
__init__.cpython-39.pyc
145 bytes
0644
apport.cpython-39.opt-1.pyc
7258 bytes
0644
apport.cpython-39.pyc
7258 bytes
0644
atomic_helper.cpython-39.opt-1.pyc
2890 bytes
0644
atomic_helper.cpython-39.pyc
2890 bytes
0644
cloud.cpython-39.opt-1.pyc
3753 bytes
0644
cloud.cpython-39.pyc
3753 bytes
0644
dmi.cpython-39.opt-1.pyc
6262 bytes
0644
dmi.cpython-39.pyc
6262 bytes
0644
event.cpython-39.opt-1.pyc
2082 bytes
0644
event.cpython-39.pyc
2082 bytes
0644
features.cpython-39.opt-1.pyc
1576 bytes
0644
features.cpython-39.pyc
1576 bytes
0644
gpg.cpython-39.opt-1.pyc
6878 bytes
0644
gpg.cpython-39.pyc
6878 bytes
0644
helpers.cpython-39.opt-1.pyc
13703 bytes
0644
helpers.cpython-39.pyc
13703 bytes
0644
importer.cpython-39.opt-1.pyc
1769 bytes
0644
importer.cpython-39.pyc
1769 bytes
0644
lifecycle.cpython-39.opt-1.pyc
8297 bytes
0644
lifecycle.cpython-39.pyc
8297 bytes
0644
netinfo.cpython-39.opt-1.pyc
14146 bytes
0644
netinfo.cpython-39.pyc
14146 bytes
0644
performance.cpython-39.opt-1.pyc
3647 bytes
0644
performance.cpython-39.pyc
3647 bytes
0644
persistence.cpython-39.opt-1.pyc
2934 bytes
0644
persistence.cpython-39.pyc
2934 bytes
0644
registry.cpython-39.opt-1.pyc
1476 bytes
0644
registry.cpython-39.pyc
1476 bytes
0644
safeyaml.cpython-39.opt-1.pyc
7889 bytes
0644
safeyaml.cpython-39.pyc
7889 bytes
0644
settings.cpython-39.opt-1.pyc
1200 bytes
0644
settings.cpython-39.pyc
1200 bytes
0644
signal_handler.cpython-39.opt-1.pyc
1661 bytes
0644
signal_handler.cpython-39.pyc
1661 bytes
0644
simpletable.cpython-39.opt-1.pyc
2674 bytes
0644
simpletable.cpython-39.pyc
2674 bytes
0644
socket.cpython-39.opt-1.pyc
4721 bytes
0644
socket.cpython-39.pyc
4721 bytes
0644
ssh_util.cpython-39.opt-1.pyc
15744 bytes
0644
ssh_util.cpython-39.pyc
15744 bytes
0644
stages.cpython-39.opt-1.pyc
27530 bytes
0644
stages.cpython-39.pyc
27530 bytes
0644
subp.cpython-39.opt-1.pyc
9924 bytes
0644
subp.cpython-39.pyc
9924 bytes
0644
temp_utils.cpython-39.opt-1.pyc
2862 bytes
0644
temp_utils.cpython-39.pyc
2862 bytes
0644
templater.cpython-39.opt-1.pyc
6410 bytes
0644
templater.cpython-39.pyc
6410 bytes
0644
type_utils.cpython-39.opt-1.pyc
475 bytes
0644
type_utils.cpython-39.pyc
475 bytes
0644
url_helper.cpython-39.opt-1.pyc
26847 bytes
0644
url_helper.cpython-39.pyc
26847 bytes
0644
user_data.cpython-39.opt-1.pyc
8501 bytes
0644
user_data.cpython-39.pyc
8501 bytes
0644
util.cpython-39.opt-1.pyc
71440 bytes
0644
util.cpython-39.pyc
71440 bytes
0644
version.cpython-39.opt-1.pyc
466 bytes
0644
version.cpython-39.pyc
466 bytes
0644
warnings.cpython-39.opt-1.pyc
3356 bytes
0644
warnings.cpython-39.pyc
3356 bytes
0644
N4ST4R_ID | Naxtarrr