module documentation

Undocumented

Class ContextDecoratorTestCase Test the local_context decorator.
Class ContextFunctionTestCase Undocumented
Function accumulator Undocumented
Function basic This is a basic function that tests branching, local vars, global vars and basic function members.
Function data_structures Undocumented
Function default_args Undocumented
Function internal_from Undocumented
Function internal_import Undocumented
Function kw_args Undocumented
Function math_func Undocumented
Function nested_functions Undocumented
Function star_and_kw_args Undocumented
Function star_args Undocumented
Variable c Undocumented
def accumulator(value): (source)

Undocumented

def basic(a, b): (source)

This is a basic function that tests branching, local vars, global vars and basic function members.

def data_structures(a, b): (source)

Undocumented

def default_args(a, b=3): (source)

Undocumented

def internal_from(a): (source)

Undocumented

def internal_import(a): (source)

Undocumented

def kw_args(a, **kwargs): (source)

Undocumented

def math_func(x): (source)

Undocumented

def nested_functions(b): (source)

Undocumented

def star_and_kw_args(a, *args, **kwargs): (source)

Undocumented

def star_args(a, *args): (source)

Undocumented

Undocumented