File: //opt/alt/python37/lib/python3.7/site-packages/rich/__pycache__/_stack.cpython-37.pyc
B
��f_ � @ s0 d dl mZmZ ed�ZG dd� dee �ZdS )� )�List�TypeVar�Tc @ s2 e Zd ZdZeed�dd��Zedd�dd�ZdS ) �StackzA small shim over builtin list.)�returnc C s | d S )zGet top of stack.���� )�selfr r �</opt/alt/python37/lib/python3.7/site-packages/rich/_stack.py�top s z Stack.topN)�itemr c C s | � |� dS )z<Push an item on to the stack (append in stack nomenclature).N)�append)r r r r r
�push s z
Stack.push)�__name__�
__module__�__qualname__�__doc__�propertyr r r r r r r
r s r N)�typingr r r r r r r r
�<module> s