Mini Kabibi Habibi

Current Path : C:/Users/ITO/AppData/Local/Programs/Python/Python314/Lib/__pycache__/
Upload File :
Current File : C:/Users/ITO/AppData/Local/Programs/Python/Python314/Lib/__pycache__/codeop.cpython-314.pyc

+
��h�����Rt^RIt^RIt]PUu.uFp]!]V4NK	upt.R
OtRtRtRt	Rt
RR^/R	lltRR
lt!RR4t
!RR4tR#uupi)aAUtilities to compile possibly incomplete Python source code.

This module provides two interfaces, broadly similar to the builtin
function compile(), which take program text, a filename and a 'mode'
and:

- Return code object if the command is complete and valid
- Return None if the command is incomplete
- Raise SyntaxError, ValueError or OverflowError if the command is a
  syntax error (OverflowError and ValueError can be produced by
  malformed literals).

The two interfaces are:

compile_command(source, filename, symbol):

    Compiles a single command in the manner described above.

CommandCompiler():

    Instances of this class have __call__ methods identical in
    signature to compile_command; the difference is that if the
    instance compiles program text containing a __future__ statement,
    the instance 'remembers' and compiles all subsequent program texts
    with the statement in force.

The module also provides another class:

Compile():

    Instances of this class act like the built-in function compile,
    but with 'memory' in the sense described above.
N�Compile�CommandCompileriii@c
�>�VPR4F-pVP4pV'gKV^,R8wgK-M	VR8wdRp\P!4;_uu_4\P!R\
\34V!WW4R7RRR4T!YTRR7# \dVT!TR,Y#TR7RRR4R# \dpRp?RRR4R#Rp?i\dpRp?LjRp?ii;ii;i +'giL~;i)	�
�#�eval�pass�ignore��flagsNF)�incomplete_input)	�split�strip�warnings�catch_warnings�simplefilter�
SyntaxWarning�DeprecationWarning�SyntaxError�_IncompleteInputError)�compiler�source�filename�symbolr�line�es&&&&&  �BC:\Users\ITO\AppData\Local\Programs\Python\Python314\Lib\codeop.py�_maybe_compiler2s������T�"���z�z�|���4�D��G�s�N��#�
�V���F�
�	 �	 �	"�	"����h��8J�(K�L�		��V�v�;�
#��F�f�u�E�E���	�
���$����F��
#�	"��)�
��
#�	"���
���
��
	��	
#�	"�s`�)"D�
B)�)D	�5C�D�D	�D	�!D�,D	�9D	�:D	�>D�D	�D	�	D�D	rc�^�V'dV\,pV\,p\WW$4#�N)�PyCF_ALLOW_INCOMPLETE_INPUT�PyCF_DONT_IMPLY_DEDENT�compile)rrrrrs&&&&$r�_compiler#Ms(���
�,�,��
�'�'���6�V�3�3�c�$�\\WW#4#)aUCompile a command and determine whether it is incomplete.

Arguments:

source -- the source string; may contain \n characters
filename -- optional filename from which source was read; default
            "<input>"
symbol -- optional grammar start symbol; "single" (default), "exec"
          or "eval"

Return value / exceptions raised:

- Return a code object if the command is complete and valid
- Return None if the command is incomplete
- Raise SyntaxError, ValueError or OverflowError if the command is a
  syntax error (OverflowError and ValueError can be produced by
  malformed literals).
)rr#)rrrrs&&&&r�compile_commandr&Ss��&�(�F�f�D�Dr$c�4a�]tRt^htoRtRtRRltRtVtR#)rz�Instances of this class behave much like the built-in compile
function, but if one is used to compile text containing a future
statement, it "remembers" and compiles all subsequent program texts
with the statement in force.c�2�\\,VnR#r)r!r r��selfs&r�__init__�Compile.__init__ms��+�.I�I��
r$c�|�W@P,pVPRR4RJdV\(,pV\(,p\	WW4R4pV\
,'dV#\FKpVPVP,'gK(V;PVP,unKM	V#)rTF)	r�getr!r r"�
PyCF_ONLY_AST�	_features�co_flags�
compiler_flag)r*rrrr�kwargs�codeob�features&&&&&,  r�__call__�Compile.__call__ps���
������:�:�(�$�/�5�8��,�,�,�E��1�1�1�E���6�$�?���=� � ��M� �G�����!6�!6�6�6��
�
�g�3�3�3�
�!��
r$r
N)��	�__name__�
__module__�__qualname__�__firstlineno__�__doc__r+r6�__static_attributes__�__classdictcell__��
__classdict__s@rrrhs����$�J��r$c�4a�]tRt^}toRtRtRRltRtVtR#)raInstances of this class have __call__ methods identical in
signature to compile_command; the difference is that if the
instance compiles program text containing a __future__ statement,
the instance 'remembers' and compiles all subsequent program texts
with the statement in force.c�$�\4VnR#r)rrr)s&rr+�CommandCompiler.__init__�s���	��
r$c�Z�\VPWW0PPR7#)aMCompile a command and determine whether it is incomplete.

Arguments:

source -- the source string; may contain \n characters
filename -- optional filename from which source was read;
            default "<input>"
symbol -- optional grammar start symbol; "single" (default) or
          "eval"

Return value / exceptions raised:

- Return a code object if the command is complete and valid
- Return None if the command is incomplete
- Raise SyntaxError, ValueError or OverflowError if the command is a
  syntax error (OverflowError and ValueError can be produced by
  malformed literals).
r
)rrr)r*rrrs&&&&rr6�CommandCompiler.__call__�s!��&�d�m�m�V�v�]�]�M`�M`�a�ar$)rN)�<input>�singler9rAs@rrr}s����$�"�b�br$)r&rr)T)rHrIr8)r>�
__future__r�all_feature_names�getattrr0�__all__r!r/r rr#r&rr)�fnames0r�<module>rOs��� �D��%�6�6�
8�6���Z��
'�6�
8�	�<��
���
�$��F�64�q�4�E�*��*b�b��o
8s�A