Esempio n. 1
0
def test_table_symbol_bool():
    t = TableSymbol('t', '10 * {name: string, amount: int}')
    assert t.__bool__() == True
Esempio n. 2
0
def test_table_symbol_bool():
    t = TableSymbol('t', '10 * {name: string, amount: int}')
    assert t.__bool__() == True