summaryrefslogtreecommitdiff
path: root/python/testData/completion/boundMethodSpecialAttributes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/completion/boundMethodSpecialAttributes.py')
-rw-r--r--python/testData/completion/boundMethodSpecialAttributes.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/testData/completion/boundMethodSpecialAttributes.py b/python/testData/completion/boundMethodSpecialAttributes.py
new file mode 100644
index 000000000000..02afa569bfbe
--- /dev/null
+++ b/python/testData/completion/boundMethodSpecialAttributes.py
@@ -0,0 +1,5 @@
+class MyClass(object):
+ def method(self):
+ pass
+
+MyClass().method.__<caret> \ No newline at end of file