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-22 00:19:11 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fdf711332aa0cefc6ff7bb50252fee52922e35be
openide
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
T
History
Semyon Proshev
986cfc4921
PY-22971 Fixed: Support @typing.overload in regular Python files, not only in Python stubs
...
Update PyRemoveParameterQuickFix to remove parameter from overloads.
2017-05-13 00:17:47 +03:00
..
docstring_after.py
…
docstring.py
…
kwParam_after.py
…
kwParam.py
…
overloadsAndImplementationInClass_after.py
PY-22971 Fixed: Support @typing.overload in regular Python files, not only in Python stubs
2017-05-13 00:17:47 +03:00
overloadsAndImplementationInClass.py
PY-22971 Fixed: Support @typing.overload in regular Python files, not only in Python stubs
2017-05-13 00:17:47 +03:00
param_after.py
…
param.py
…
singleStar.py
…
singleStarTwoParam_after.py
…
singleStarTwoParam.py
…
topLevelOverloadsAndImplementation_after.py
PY-22971 Fixed: Support @typing.overload in regular Python files, not only in Python stubs
2017-05-13 00:17:47 +03:00
topLevelOverloadsAndImplementation.py
PY-22971 Fixed: Support @typing.overload in regular Python files, not only in Python stubs
2017-05-13 00:17:47 +03:00
usage_after.py
…
usage.py
…