| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Python315/Lib/__pycache__/ |
Upload File : |
R
>lqj�] c
�V � Q s QsQs] QHGs ] QHGsGs ] PH$s ] PH(s
] QH,Gs ] PH4s] PH<s] PH@s] QHF3 ] QHDGs ] PHLs] PHQs\O* Q\O, 2 s\O* Q \O, 2 s] PHDs\O2 , QAN* s? Q Q
\ O4 Q
Q
2 2 sQ sQ sQ sQsQs \\ Q\* 2 * \ \ 2 * s!Qs"Qs#Qs$Qs%Qs&\ \#\$\%\&2 s'Qs(\ QQ2 \ \(2 * s)Q\(* s*\ \)\*2 s+\ Q\+Q* 2 s,\ \,\+\'2 s-Q s.\
O^ Q 2 s0\ \. 2 s1Q!s2Q"s3Q#s4Q$s5\ \1Q%* \1Q&* 2 s6\ \1Q'* \1Q(* 2 s7\ \8 \Or \: \P Q)5 2 s;\ Q*\;2 s<\ \-\<\7\"2 s=\!\=* s>\ \1Q+* \ Q,Q2 * \1Q-* \ Q.Q2 * 2 s?\ Q/\ \62 s@\\ \@\-\<\?\"2 * sA- sB\. 2 F D3 sC\2\B\CQ,* $ \3\B\CQ.* $ \4\B\CQ%* $ \5\B\CQ&* $ J5 ?C\D 2 sE\D 2 sF\. 2 F DY sG\GQ.* \GQ,* 1F D sH\EO� \H2 J \GQ&* \GQ%* 1F D sH\FO� \H2 J J[ ?G?H]sJ Q0 Q\K2 sL Q1 Q22 sMQ3 sNQ4 sOQ5 sPQ6 sQ7 sQQ8 sRQ9 sSQ:P
Q;P
-Q< ksTQBQ= ksUQ> sVQCQ? ksW\XQ@6X c
\U 2 P! P! )Dao Tokenization help for Python programs.
tokenize(readline) is a generator that breaks a stream of bytes into
Python tokens. It decodes the bytes according to PEP-0263 for
determining source file encoding.
It accepts a readline-like method which is called repeatedly to get the
next line of input (or b"" for EOF). It generates 5-tuples with these
members:
the token type (see token.py)
the token (a string)
the starting (row, column) indices of the token (a 2-tuple of ints)
the ending (row, column) indices of the token (a 2-tuple of ints)
the original line (string)
It is designed to match the working of the Python tokenizer exactly, except
that it produces COMMENT tokens for comments and gives type OP for all
operators. Additionally, all token lists start with an ENCODING token
which tells you which encoding was used to decode the bytes stream.
zKa-Ping Yee <ping@lfw.org>zpGvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro, Raymond Hettinger, Trent Nelson, Michael Foord)�open)�lookup�BOM_UTF8)�
TextIOWrapper��*)�EXACT_TOKEN_TYPESs&