????
Your IP : 3.145.196.175
3
�<�en�@s.ddlZddljZddlZGdd�de�ZdS)�Nc@sleZdZdZdddgZdd�Zdd�Zd d
�Zdd�Ze d
d��Z
e
jdd��Z
e dd��Ze dd��Z
dS)�Profilez'
Representation of a tuning profile.
�_name�_options�_unitscCs||_|j|�|j|�dS)N)r�
_init_options�_init_units)�self�name�config�r�/usr/lib/python3.6/profile.py�__init__s
zProfile.__init__cCs$i|_tj|kr t|tj�|_dS)N)r�consts�PLUGIN_MAIN_UNIT_NAME�dict)rr
rrrrs
zProfile._init_optionscCs@tj�|_x0|D](}|tjkr|j|||�}||j|<qWdS)N)�collections�OrderedDictrrr�_create_unit)rr
Z unit_nameZnew_unitrrrrs
zProfile._init_unitscCstjjj||�S)N)�tunedZprofilesZunitZUnit)rr r
rrrrszProfile._create_unitcCs|jS)z
Profile name.
)r)rrrrr szProfile.namecCs
||_dS)N)r)r�valuerrrr 'scCs|jS)z$
Units included in the profile.
)r)rrrr�units+sz
Profile.unitscCs|jS)z
Profile global options.
)r)rrrr�options2szProfile.optionsN)�__name__�
__module__�__qualname__�__doc__� __slots__r
rrr�propertyr �setterrrrrrrrs
r)Ztuned.profiles.unitrZtuned.constsrr�objectrrrrr�<module>s