summaryrefslogtreecommitdiff
path: root/modules/language/python/#test.py#
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/#test.py#')
-rw-r--r--modules/language/python/#test.py#13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/language/python/#test.py# b/modules/language/python/#test.py#
deleted file mode 100644
index 976e04f..0000000
--- a/modules/language/python/#test.py#
+++ /dev/null
@@ -1,13 +0,0 @@
-def f(x):
- def h(q):
- return q + y + z
- global y
- y=x
- z=1
- return y + x
-
-def g():
- return y,y
-
-x : x.a = 1
-x : x.f(10)