/opt/cloudlinux/venv/lib/python3.11/site-packages/pyflakes/__pycache__
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/pyflakes/__pycache__/reporter.cpython-311.pyc (4436B)
§
3çx¸-ã ó: — d Z ddlZddlZ G d„ d¦ « Zd„ ZdS )z
Provide the Reporter class.
é Nc ó* — e Zd ZdZd„ Zd„ Zd„ Zd„ ZdS )ÚReporterz:
Formats the results of pyflakes checks to users.
c ó" — || _ || _ dS )a©
Construct a L{Reporter}.
@param warningStream: A file-like object where warnings will be
written to. The stream's C{write} method must accept unicode.
C{sys.stdout} is a good value.
@param errorStream: A file-like object where error output will be
written to. The stream's C{write} method must accept unicode.
C{sys.stderr} is a good value.
N)Ú_stdoutÚ_stderr)ÚselfÚ
warningStreamÚerrorStreams úc/builddir/build/BUILD/cloudlinux-venv-1.0.12/venv/lib/python3.11/site-packages/pyflakes/reporter.pyÚ__init__zReporter.__init__ s € ð %ˆŒØ"ˆŒˆˆó c óF — | j |› d|› d�¦ « dS )a
An unexpected error occurred trying to process C{filename}.
@param filename: The path to a file that we could not process.
@ptype filename: C{unicode}
@param msg: A message explaining the problem.
@ptype msg: C{unicode}
z: ú
N)r Úwrite)r ÚfilenameÚmsgs r ÚunexpectedErrorzReporter.unexpectedError s1 € ð
Œ×Ò˜hÐ1Ð1¨#Ð1Ð1Ð1Ñ2Ô2Ð2Ð2Ð2r
c
ój — |€d}n| ¦ « d }t |d¦ « }|�it j dk r'|�%|t |¦ « t |¦ « z
z
dz }t |d¦ « }| j d||||fz ¦ « n | j d|||fz ¦ « |�t| j |¦ « | j d¦ « |�@| j t j dd |d|dz
… ¦ « d
z ¦ « dS dS dS )a0
There was a syntax error in C{filename}.
@param filename: The path to the file with the syntax error.
@ptype filename: C{unicode}
@param msg: An explanation of the syntax error.
@ptype msg: C{unicode}
@param lineno: The line number where the syntax error occurred.
@ptype lineno: C{int}
@param offset: The column on which the syntax error occurred, or None.
@ptype offset: C{int}
@param text: The source code containing the syntax error.
@ptype text: C{unicode}
Néÿÿÿÿé )é é z
%s:%d:%d: %s
z
%s:%d: %s
r z\Sú z^
) Ú
splitlinesÚmaxÚsysÚversion_infoÚlenr r ÚreÚsub)r r r ÚlinenoÚoffsetÚtextÚlines r ÚsyntaxErrorzReporter.syntaxError' se € ð ˆ<؈DˆDà—?’?Ñ$Ô$ RÔ(ˆDõ �V˜Q‘”ˆàÐÝÔ &Ò(Ð(¨TÐ-=Ø¥3 t¡9¤9s°4©y¬yÑ#8Ñ9¸AÑ=�å˜ ‘^”^ˆFØŒL×ÒÐ/Ø (¨&°&¸#Ð>ñ ?ñ
@ô
@ð
@ð
@ð
ŒL×Ò˜}°¸&À#Ð/FÑFÑGÔGÐGàÐØŒL×Ò˜tÑ$Ô$Ð$ØŒL×Ò˜tÑ$Ô$Ð$ØÐ!Ø”×"Ò"¥2¤6¨%°°d¸;¸FÀQ¹J¸;Ô6GÑ#HÔ#HØ#(ñ$)ñ *ô *ð *ð *ð *ð Ðð "Ð!r
c óˆ — | j t |¦ « ¦ « | j d¦ « dS )zp
pyflakes found something wrong with the code.
@param: A L{pyflakes.messages.Message}.
r N)r r Ústr)r Úmessages r ÚflakezReporter.flakeO s<