more cleanup
This commit is contained in:
parent
a830cf25eb
commit
df87b6c615
12
testing.py
12
testing.py
@ -1,12 +0,0 @@
|
||||
#!/usr/bin/env python2
|
||||
|
||||
import metacall
|
||||
|
||||
@metacall.callable(int, int, int)
|
||||
def test(a, b, c):
|
||||
print 'Hello world'
|
||||
|
||||
|
||||
|
||||
test(1,2,3)
|
||||
test(1,2,3)
|
Loading…
Reference in New Issue
Block a user