/ HappyDoc3-r3_1 / happydoclib / parseinfo / parsecomments.py / ParseStack
Helper class for extractComments function in this module.
extractComments
__str__ ( self )
Create a string representation.
pop ( self )
Remove the top of the stack and return it.
__names ( self )
Return a list of the names as they appear on the stack, bottom first.
key ( self )
Return a value to be used as a dictionary key.
push ( self, name, indent, )
name
Smartly determine, based on indent, whether to pop other names before pushing this one.
indent
pop
names
__init__ ( self )
Create a ParseStack.