| Server IP : 93.86.61.54 / Your IP : 216.73.216.156 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/pystache/__pycache__/ |
Upload File : |
o
r|aU � @ sV d Z dd� Ze� Zdd� Zdd� ZG dd� de�ZG d d
� d
e�ZG dd� de�Z d
S )z7
Exposes functionality needed throughout the project.
c C s t td�d��fS )z:
Return the Python3 string type (no more python2)
�azutf-8)�str�type�encode� r r �1/usr/lib/python3/dist-packages/pystache/common.py�_get_string_types s r c C s
t | t�S )z�
Return whether the given object is a byte string or unicode string.
This function is provided for compatibility with both Python 2 and 3
when using 2to3.
)�
isinstance�
_STRING_TYPES)�objr r r � is_string s
r c C s( t | d�}z |�� W |�� S |�� w )z?
Return the contents of a text file as a byte string.
�rb)�open�read�close)�path�fr r r r s
r c @ s e Zd ZdZdZdZdS )�MissingTagsz4Contains the valid values for Renderer.missing_tags.�ignore�strictN)�__name__�
__module__�__qualname__�__doc__r r r r r r r 3 s r c @ � e Zd ZdZdS )�
PystacheErrorz#Base class for Pystache exceptions.N�r r r r r r r r r ; � r c @ r )�TemplateNotFoundErrorz1An exception raised when a template is not found.Nr r r r r r ? r r N)
r r r r r �objectr � Exceptionr r r r r r �<module> s