BYPASS SHELL BY ./RAZORGANZ
Server: nginx/1.20.1
System: Linux iZdzfnv9mwfppeZ 5.10.134-19.2.al8.x86_64 #1 SMP Wed Oct 29 22:47:09 CST 2025 x86_64
User: apache (48)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //usr/local/lib/python3.6/site-packages/pptx/compat/__pycache__/python3.cpython-36.pyc
3

Zƍh��@s8dZddlmZdd�Zdd�Zdd�Zd	d
�ZeZdS)z(Provides Python 3 compatibility objects.�)�BytesIOcCs
t|t�S)z:
    Return True if *obj* is an int, False otherwise.
    )�
isinstance�int)�obj�r�=/usr/local/lib/python3.6/site-packages/pptx/compat/python3.py�
is_integersrcCs
t|t�S)z<
    Return True if *obj* is a string, False otherwise.
    )r�str)rrrr�	is_stringsr
cCs
t|t�S)zD
    Return True if *obj* is a unicode string, False otherwise.
    )rr	)rrrr�
is_unicodesrcCsFt|t�r|Sy
|jd�Stk
r@tdt|�|f��YnXdS)z�Return *text* as a (unicode) str.

    *text* can be str or bytes. A bytes object is assumed to be encoded as UTF-8.
    If *text* is a str object it is returned unchanged.
    zutf-8z(expected unicode string, got %s value %sN)rr	�decode�AttributeError�	TypeError�type)�textrrr�
to_unicodes

rN)	�__doc__�iorrr
rrr	ZUnicoderrrr�<module>s