Exemplo n.º 1
0
def test_adhoc():
    a = mopen('blaze.mod')

    ty = ('Array', [('t', 'int')])
    over = a.resolve_adhoc('add', ty)
Exemplo n.º 2
0
def test_signatures():
    a = mopen('blaze/module/blaze.mod')
    print "Module".center(80, '=')
    print a.show()
Exemplo n.º 3
0
def test_signatures():
    a = mopen('blaze/module/blaze.mod')
    print "Module".center(80, '=')
    print a.show()
Exemplo n.º 4
0
def test_blaze_core():
    path = os.path.dirname(blaze.__file__)
    blazecore = os.path.join(path, "module", "blaze.mod")

    mopen(blazecore)
Exemplo n.º 5
0
def test_adhoc():
    a = mopen('blaze.mod')

    ty = ('Array', [('t', 'int')])
    over = a.resolve_adhoc('add', ty)