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-04-19 04:51:24 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4fe360ec7e5f9ec458bf3fd5fca784db577cf7d8
openide
/
python
/
testData
/
formatter
/
hangingIndentInParameterDefaultValue_after.py
Mikhail Golubev
5181eedd3d
Hanging indent detection takes into account named parameters and default values of arguments
2015-04-23 22:06:22 +03:00
6 lines
53 B
Python
Raw
Blame
History
def
funcWithLongName
(
x
=
[
]
,
y
=
42
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink