Table of Contents

Module: test_function_params HappyDoc-r0_7_1/TestCases/test_function_params.py

Functions   
example_function_with_args
  example_function_with_args 
example_function_with_args (
        arg1,
        arg2,
        arg3withDefault='hi there',
        arg3aWithDefault="'hi again'",
        arg3bWithDefault='"hi there again"',
        arg4DefaultInt=101,
        arg5DefaultTuple=( 1, 2 ),
        arg6DefaultList=[ 3, 4 ],
        arg7DefaultNone=None,
        arg8DefaultName=foo,
        arg9DefaultInstance=DefaultClassInst(),
        arg10DefaultInstanceWithParams=DefaultClassInstWithParams(1, 2, ( 'tuple', 'param' ), [ 'list', 'param' ] ),
        negativeIntArg=-1,
        floatArg=1.2,
        negativeFloatArg=-3.4,
        mathArg=1,
        stringArgWithHTML='<h1>Hi, Dick & Jane!</h1>',
        )

This is an example function for testing purposes.

Exceptions   
'RAISE_blah2'
'RAISE_loop'
'RAISE_main_level'
IOError( 'RAISE_class' )


Table of Contents

This document was automatically generated on Sat Sep 9 20:27:32 2000 by HappyDoc version r0_7_1