Example #1
0
File: f8949.py Project: B-Rich/luca
def _build_example_row_2012():
    f = Form()
    f.a = f.b = f.c = ''
    f.d = f.e = zero
    f.f = ''
    f.g = zero
    return f
Example #2
0
def _build_example_row_2012():
    f = Form()
    f.a = f.b = f.c = ''
    f.d = f.e = zero
    f.f = ''
    f.g = zero
    return f