mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 14:01:44 +07:00
Added tests for predefined methods name completion.
This commit is contained in:
2
python/testData/completion/predefinedMethodName.after.py
Normal file
2
python/testData/completion/predefinedMethodName.after.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class Foo:
|
||||
def __radd__(self, other):
|
||||
2
python/testData/completion/predefinedMethodName.py
Normal file
2
python/testData/completion/predefinedMethodName.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class Foo:
|
||||
def __ra<caret>
|
||||
4
python/testData/completion/predefinedMethodNot.after.py
Normal file
4
python/testData/completion/predefinedMethodNot.after.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# no completion must happen here
|
||||
class Foo:
|
||||
def bar(self):
|
||||
__rxo
|
||||
4
python/testData/completion/predefinedMethodNot.py
Normal file
4
python/testData/completion/predefinedMethodNot.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# no completion must happen here
|
||||
class Foo:
|
||||
def bar(self):
|
||||
__rxo<caret>
|
||||
Reference in New Issue
Block a user