Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pip._vendor.rich._stack.Stack Class Reference
Inheritance diagram for pip._vendor.rich._stack.Stack:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.rich._stack.Stack:
Collaboration graph
[legend]

Public Member Functions

top (self)
 
None push (self, T item)
 

Detailed Description

A small shim over builtin list.

Member Function Documentation

◆ push()

None pip._vendor.rich._stack.Stack.push (   self,
item 
)
Push an item on to the stack (append in stack nomenclature).

◆ top()

T pip._vendor.rich._stack.Stack.top (   self)
Get top of stack.

The documentation for this class was generated from the following file: