示例#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