HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/sos/presets/__pycache__/__init__.cpython-310.pyc
o

i��d��	@s�ddlZddlZddlmZdZdZdZdZGdd�d�Zd	Z	d
Z
dZdZd
Z
dZedddddd�Ze	ee	e
ee�d�eeee
eed�iZdS)�N)�
SoSOptionsz/etc/sos/presets.d�desc�note�argsc@sZeZdZdZdZdZdZe�ZdZ	dd�Z
dd�Zddde�fd	d
�Zdd�Z
d
d�ZdS)�PresetDefaultsa�Preset command line defaults to allow for quick reference to sets of
    commonly used options

    :param name: The name of the new preset
    :type name: ``str``

    :param desc: A description for the new preset
    :type desc: ``str``

    :param note: Note for the new preset
    :type note: ``str``

    :param opts: Options set for the new preset
    :type opts: ``SoSOptions``
    NTcC�d|j|j|jt|j�fS)zeReturn a human readable string representation of this
            ``PresetDefaults`` object.
        z!name=%s desc=%s note=%s opts=(%s))�namerr�str�opts��self�r
�6/usr/lib/python3/dist-packages/sos/presets/__init__.py�__str__4��zPresetDefaults.__str__cCr)zgReturn a machine readable string representation of this
            ``PresetDefaults`` object.
        z6PresetDefaults(name='%s' desc='%s' note='%s' opts=(%s))rrr�reprr
rr
r
r�__repr__;rzPresetDefaults.__repr__�cCs||_||_||_||_dS)z�Initialise a new ``PresetDefaults`` object with the specified
            arguments.

            :returns: The newly initialised ``PresetDefaults``
        N�rrrr
)rrrrr
r
r
r�__init__Bs
zPresetDefaults.__init__cCs�|jrtd��|j��}|jt|jt|jt	|ii}t
j�|�s&t
j
|dd�tt
j�||j�d��}t�||�Wd�dS1sCwYdS)z�Write this preset to disk in JSON notation.

        :param presets_path: the directory where the preset will be written
        :type presets_path: ``str``
        zCannot write built-in preseti�)�mode�wN)�builtin�	TypeErrorr
�dictr�DESCr�NOTEr�OPTS�os�path�exists�makedirs�open�join�json�dump)r�presets_path�odict�pdict�pfiler
r
r�writeMs
"�zPresetDefaults.writecCst�tj�||j��dS)z�Delete a preset from disk

        :param presets_path: the directory where the preset is saved
        :type presets_path: ``str``
        N)r�unlinkrr#r)rr&r
r
r�delete`szPresetDefaults.delete)�__name__�
__module__�__qualname__�__doc__rrrrr
rrrrr*r,r
r
r
rrsr�nonezDo not load a presetz+Use to disable automatically loaded presets�minimalzCSmall and quick report that reduces sos report resource consumptionzXMay be useful for low-resource systems, but may not provide sufficient data for analysis�
�T)�log_size�journal_size�plugin_timeout�command_timeout�low_priorityr)r$r�sos.optionsr�PRESETS_PATHrrrr�	NO_PRESET�NO_PRESET_DESC�NO_PRESET_NOTE�SMALL_PRESET�SMALL_PRESET_DESC�SMALL_PRESET_NOTE�SMALL_PRESET_OPTS�GENERIC_PRESETSr
r
r
r�<module>s4
Q����