Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
copyPaste
/
TwoIndentedLines.after.py
blob: 5c51aeeb7f6af6e181c1610a084489397a296ee7 [
file
] [
log
] [
blame
]
#two lines formatting is important
filter
(
Q
(
myfield
=
123
),
Q
(
myanotherfield
=
321
))
a
=
filter
(
Q
(
myfield
=
123
),
Q
(
myanotherfield
=
321
))