관리-도구
편집 파일: _stack.cpython-38.pyc
U &?�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 �E/opt/hc_python/lib/python3.8/site-packages/pip/_vendor/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