Table of Contents

Class: Stack ./DataStructures.py

Simple Stack class implemented as a Python list

Stack

Methods   
Clear
Contains
IsEmpty
IsNotEmpty
Pop
Push
__init__
  Clear 
Clear ( self )

  Contains 
Contains ( self,  v )

  IsEmpty 
IsEmpty ( self )

  IsNotEmpty 
IsNotEmpty ( self )

  Pop 
Pop ( self )

  Push 
Push ( self,  v )

  __init__ 
__init__ ( self )


Table of Contents

This document was automatically generated on Fri Mar 15 11:15:02 2002 by HappyDoc version 2.0