HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: //usr/lib/python3.5/email/__pycache__/parser.cpython-35.pyc


Füƒa³ã@s°dZddddddgZddlmZmZdd	lmZmZdd
lm	Z	Gdd„dƒZ
Gdd„de
ƒZGd
d„dƒZGdd„deƒZ
dS)z-A parser of RFC 2822 and MIME email messages.ÚParserÚHeaderParserÚBytesParserÚBytesHeaderParserÚ
FeedParserÚBytesFeedParseré)ÚStringIOÚ
TextIOWrapper)rr)Úcompat32c@sCeZdZddedd„Zddd„Zddd	„ZdS)
rNÚpolicycCs||_||_dS)a…Parser of RFC 2822 and MIME email messages.

        Creates an in-memory object tree representing the email message, which
        can then be manipulated and turned over to a Generator to return the
        textual representation of the message.

        The string must be formatted as a block of RFC 2822 headers and header
        continuation lines, optionally preceded by a `Unix-from' header.  The
        header block is terminated either by the end of the string or by a
        blank line.

        _class is the class to instantiate for new message objects when they
        must be created.  This class must have a constructor that can take
        zero arguments.  Default is Message.Message.

        The policy keyword specifies a policy object that controls a number of
        aspects of the parser's operation.  The default policy maintains
        backward compatibility.

        N)Ú_classr)Úselfrr©rú"/usr/lib/python3.5/email/parser.pyÚ__init__s	zParser.__init__FcCs\t|jd|jƒ}|r(|jƒx'|jdƒ}|sAP|j|ƒq+W|jƒS)a\Create a message structure from the data in a file.

        Reads all the data from the file and returns the root of the message
        structure.  Optional headersonly is a flag specifying whether to stop
        parsing after reading the headers or not.  The default is False,
        meaning it parses the entire contents of the file.
        ri )rrrZ_set_headersonlyÚreadZfeedÚclose)r
ÚfpÚheadersonlyZ
feedparserÚdatarrrÚparse*s
zParser.parsecCs|jt|ƒd|ƒS)a-Create a message structure from a string.

        Returns the root of the message structure.  Optional headersonly is a
        flag specifying whether to stop parsing after reading the headers or
        not.  The default is False, meaning it parses the entire contents of
        the file.
        r)rr)r
ÚtextrrrrÚparsestr<szParser.parsestr)Ú__name__Ú
__module__Ú__qualname__r
rrrrrrrrsc@s.eZdZddd„Zddd„ZdS)rTcCstj||dƒS)NT)rr)r
rrrrrrIszHeaderParser.parsecCstj||dƒS)NT)rr)r
rrrrrrLszHeaderParser.parsestrN)rrrrrrrrrrHsc@s:eZdZdd„Zddd„Zddd„ZdS)	rcOst||Ž|_dS)aÐParser of binary RFC 2822 and MIME email messages.

        Creates an in-memory object tree representing the email message, which
        can then be manipulated and turned over to a Generator to return the
        textual representation of the message.

        The input must be formatted as a block of RFC 2822 headers and header
        continuation lines, optionally preceded by a `Unix-from' header.  The
        header block is terminated either by the end of the input or by a
        blank line.

        _class is the class to instantiate for new message objects when they
        must be created.  This class must have a constructor that can take
        zero arguments.  Default is Message.Message.
        N)rÚparser)r
ÚargsÚkwrrrrRszBytesParser.__init__Fc
CsAt|ddddƒ}z|jj||ƒSWd|jƒXdS)acCreate a message structure from the data in a binary file.

        Reads all the data from the file and returns the root of the message
        structure.  Optional headersonly is a flag specifying whether to stop
        parsing after reading the headers or not.  The default is False,
        meaning it parses the entire contents of the file.
        ÚencodingÚasciiÚerrorsÚsurrogateescapeN)r	rrÚdetach)r
rrrrrrdszBytesParser.parsecCs(|jdddƒ}|jj||ƒS)a2Create a message structure from a byte string.

        Returns the root of the message structure.  Optional headersonly is a
        flag specifying whether to stop parsing after reading the headers or
        not.  The default is False, meaning it parses the entire contents of
        the file.
        ÚASCIIr!r")Údecoderr)r
rrrrrÚ
parsebytessszBytesParser.parsebytesN)rrrrrr&rrrrrPsc@s.eZdZddd„Zddd„ZdS)rTcCstj||ddƒS)NrT)rr)r
rrrrrr€szBytesHeaderParser.parsecCstj||ddƒS)NrT)rr&)r
rrrrrr&ƒszBytesHeaderParser.parsebytesN)rrrrr&rrrrrsN)Ú__doc__Ú__all__Úiorr	Zemail.feedparserrrZemail._policybaser
rrrrrrrrÚ<module>s7/