HappyDoc Generated Documentation Class: DebugTracer

HappyDoc3-r3_1 / happydoclib / trace.py / DebugTracer 

Methods   
  callerParent 
callerParent ( self,  outputLevel=1 )
  popLevel 
popLevel ( self )
  pushLevel 
pushLevel ( self,  newStackTop )
  into 
into (
        self,
        className,
        functionName,
        outputLevel=1,
        **params,
        )

Enter a new debug trace level.

Parameters
className
Name of the class.
functionName
The name of the function/method.
outputLevel=1
The debug level where this message should be printed.
**params
Parameters sent to the function.
  getIndent 
getIndent ( self )
  checkOutputLevel 
checkOutputLevel ( self,  outputLevel )
  write 
write (
        self,
        message,
        indent=1,
        outputLevel=1,
        **vars,
        )
  outof 
outof (
        self,
        returnValue=None,
        outputLevel=1,
        )

Exit the current debug trace level.

Parameters
returnValue
Optional argument indicating the value returned from the function.
  writeVar 
writeVar (
        self,
        outputLevel=1,
        **variables,
        )
  setVerbosity 
setVerbosity ( self,  level )
  __init__ 
__init__ (
        self,
        outputStream=sys.stdout,
        indentBy='  ',
        maxOutputLevel=1,
        startLevel=0,
        )

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