This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-01-06 03:21:12 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
252
openide
/
python
/
testData
/
refactoring
/
changeSignature
/
keywordParam.before.py
Ekaterina Tuzova
caed123918
fixed PY-8096 Change Signature: produces invalid code on adding new parameters for function calls with keyword arguments
2012-11-26 17:48:21 +04:00
5 lines
31 B
Python
Raw
Permalink
Blame
History
def
func
(
a
)
:
pass
func
(
a
=
1
)
Reference in New Issue
View Git Blame
Copy Permalink