Файловый менеджер - Редактировать - /usr/lib/python3.9/site-packages/parsedatetime/__pycache__/context.cpython-39.pyc
�азад
a �<�^, � @ s4 d Z ddlmZ G dd� de�ZG dd� de�ZdS )z4 parsedatetime/context.py Context related classes � )�localc @ sD e Zd ZdZdd� Zedd� �Zdd� Zdd � Zd d� Z dd � Z dS )�pdtContextStackz\ A thread-safe stack to store context(s) Internally used by L{Calendar} object c C s t � | _d S �N)r �_pdtContextStack__local��self� r �9/usr/lib/python3.9/site-packages/parsedatetime/context.py�__init__ s zpdtContextStack.__init__c C s t | jd�sg | j_| jjS )N�stack)�hasattrr r r r r r Z__stack s zpdtContextStack.__stackc C s | j �|� d S r )�_pdtContextStack__stack�append�r �ctxr r r �push s zpdtContextStack.pushc C s&