HappyDoc Generated Documentation Class: ParseStack

HappyDoc3-r3_1 / happydoclib / parseinfo / parsecomments.py / ParseStack 

Helper class for extractComments function in this module.

Methods   
  __str__ 
__str__ ( self )

Create a string representation.

  pop 
pop ( self )

Remove the top of the stack and return it.

  __names 
__names ( self )

Return a list of the names as they appear on the stack, bottom first.

  key 
key ( self )

Return a value to be used as a dictionary key.

  push 
push (
        self,
        name,
        indent,
        )

Push a new name onto the stack.

Smartly determine, based on indent, whether to pop other names before pushing this one.

  __init__ 
__init__ ( self )

Create a ParseStack.


This document was automatically generated Tue Dec 5 08:31:01 2006 by HappyDoc version 3.1