summaryrefslogtreecommitdiff
path: root/test/input/func_r0921.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_r0921.py')
-rw-r--r--test/input/func_r0921.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/input/func_r0921.py b/test/input/func_r0921.py
new file mode 100644
index 0000000..b9f2de2
--- /dev/null
+++ b/test/input/func_r0921.py
@@ -0,0 +1,15 @@
+"""test max methods"""
+__revision__ = None
+
+class Aaaa:
+ """yo"""
+ def __init__(self):
+ pass
+
+ def meth1(self):
+ """hehehe"""
+ raise NotImplementedError
+
+ def meth2(self):
+ """hehehe"""
+ return 'Yo', self