mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
Adds a notion of a tuple parameter. Adapts paramater and argument inspections and Ctrl+P handler to use it. Adds tests for Ctrl+P handler.
Closes PY-200.
This commit is contained in:
6
python/testData/paramInfo/SimpleMethod.py
Normal file
6
python/testData/paramInfo/SimpleMethod.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class A:
|
||||
def foo(self, a):
|
||||
pass
|
||||
|
||||
a = A()
|
||||
a.foo(<arg1>1)
|
||||
Reference in New Issue
Block a user