Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
U
i_: @ s d Z ddlZddlmZ ddlmZ ddlmZ dddgZG d d
d
Z dd Z
d
d ZG dd de ejdZ
eG dd de
Ze ZdS )zwPolicy framework for the email package.
Allows fine grained feature control of how the package parses and emits data.
N)header)charset)_has_surrogatesPolicyCompat32compat32c s@ e Zd ZdZ fddZdd Zdd Zdd Zd
d Z Z S )_PolicyBasea Policy Object basic framework.
This class is useless unless subclassed. A subclass should define
class attributes with defaults for any values that are to be
managed by the Policy object. The constructor will then allow
non-default values to be set for these attributes at instance
creation time. The instance will be callable, taking these same
attributes keyword arguments, and returning a new instance
identical to the called instance except for those values changed
by the keyword arguments. Instances may be added, yielding new
instances with any non-default values from the right hand
operand overriding those in the left hand operand. That is,
A + B == A()
The repr of an instance can be used to reconstruct the object
if and only if the repr of the values can be used to reconstruct
those values.
c sH | D ]:\}}t| |r.tt| || qtd|| jjqdS )zCreate new Policy, possibly overriding some defaults.
See class docstring for a list of overridable attributes.
*{!r} is an invalid keyword argument for {}N) itemshasattrsuperr __setattr__ TypeErrorformat __class____name__)selfkwnamevaluer 0/opt/python38/lib/python3.8/email/_policybase.py__init__) s
z_PolicyBase.__init__c C s* dd | j D }d| jjd|S )Nc S s g | ]\}}d ||qS )z{}={!r})r ).0r r r r r
8 s z(_PolicyBase.__repr__..z{}({})z, )__dict__r
r r r join)r argsr r r __repr__7 s z_PolicyBase.__repr__c K sr | j | j }| j D ]\}}t||| q| D ]4\}}t| |s^td|| j j t||| q8|S )zReturn a new instance with specified attributes changed.
The new instance has the same attribute values as the current object,
except for the changes passed in as keyword arguments.
r )
r __new__r r
objectr
r r r r )r r Z newpolicyattrr r r r clone<