This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-07 09:46:39 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
747caef971762830f672ea8046598e838dfde7e7
openide
/
python
/
testData
/
quickFixes
/
PyRemoveUnusedLocalQuickFixTest
T
History
…
..
comprehensionIterator_after.py
…
comprehensionIterator.py
…
except2_after.py
…
except2.py
[PY-26418] Fix removing whole with statement if target is unused
2020-07-21 10:42:32 +00:00
except_after.py
…
except.py
…
generatorIterator_after.py
…
generatorIterator.py
…
removeAssignmentStatementTarget_after.py
…
removeAssignmentStatementTarget.py
[PY-17901] Fix deleting code with side effects
2020-08-17 11:13:32 +00:00
removeChainedAssignmentStatementFirstTarget_after.py
PY-28782 Fix remove assignment expression target inspection for multiple targets
2020-12-17 12:54:21 +00:00
removeChainedAssignmentStatementFirstTarget.py
PY-28782 Fix remove assignment expression target inspection for multiple targets
2020-12-17 12:54:21 +00:00
removeChainedAssignmentStatementSecondTarget_after.py
…
removeChainedAssignmentStatementSecondTarget.py
PY-28782 Fix remove assignment expression target inspection for multiple targets
2020-12-17 12:54:21 +00:00
removeChainedAssignmentStatementUnpackingFirstTarget_after.py
…
removeChainedAssignmentStatementUnpackingFirstTarget.py
…
removeChainedAssignmentStatementUnpackingSecondTarget_after.py
…
removeChainedAssignmentStatementUnpackingSecondTarget.py
PY-28782 Fix remove assignment expression target inspection for multiple targets
2020-12-17 12:54:21 +00:00
removeUnusedTypeParameterInFunction_after.py
…
removeUnusedTypeParameterInFunction.py
…
removeUnusedTypeParameterInTypeAlias_after.py
…
removeUnusedTypeParameterInTypeAlias.py
…
twoWithItemsFirstUnused_after.py
…
twoWithItemsFirstUnused.py
…
twoWithItemsSecondUnused_after.py
…
twoWithItemsSecondUnused.py
…
withOneTarget_after.py
[PY-26418] Fix removing whole with statement if target is unused
2020-07-21 10:42:32 +00:00
withOneTarget.py
…
withTwoTargets_after.py
…
withTwoTargets.py
…