예제 #1
0
파일: f8949.py 프로젝트: 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
예제 #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