HEX
Server: LiteSpeed
System: Linux standart9.isimtescil.net 3.10.0-962.3.2.lve1.5.26.7.el7.x86_64 #1 SMP Wed Oct 2 07:53:12 EDT 2019 x86_64
User: karalev (5310)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/svgwrite/__pycache__/params.cpython-37.pyc
B

s�]�@s ddlmZGdd�de�ZdS)�)�
get_validatorc@sheZdZdZdddgZddd�Zd	d
�Zedd��Zej	d
d��Zdd�Z
edd��Zej	dd��ZdS)�	Parametera
    .. attribute:: Parameter.debug

       *read/write* property

       * *True* : debug mode is on, all SVG attributes are checked if valid
         in the element context. Also the included SVG subelements will be
         checked if they are valid for the parent SVG element.

       * *False*: no validation checks will be done, but program execution is
         faster.

    .. attribute:: Parameter.profile

       *read/write* property

       name of the SVG profile, valid profiles are: ``'full|basic|tiny'``
    �_debug�	validator�_profileT�fullcCs||_||_dS)N)r�profile)�self�debugr�r�
/params.py�__init__ szParameter.__init__cCst|j|j�|_dS)N)rrr
r)r	rrr�_init_validator$szParameter._init_validatorcCs|jS)N)r)r	rrrr
'szParameter.debugcCs||_|��dS)N)rr)r	r
rrrr
+scCs|jdkrdSdSdS)N�tinyz1.2z1.1)r)r	rrr�get_version0s
zParameter.get_versioncCs|jS)N)r)r	rrrr6szParameter.profilecCs0|��}|dkr ||_|��ntd|��dS)zt
        :param string profile: name of the SVG profile, valid profiles are:
        ``'full|basic|tiny'``

        )rZbasicrz'%s' is not a valid profile.N)�lowerrr�
ValueError)r	rrrrr:s

N)Tr)�__name__�
__module__�__qualname__�__doc__�	__slots__r
r�propertyr
�setterrrrrrrrs

rN)Zsvgwrite.validator2r�objectrrrrr�<module>s