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-08 23:39:39 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
45321db0ac4df23619e8d1e622208fc7bd9e8e11
openide
/
python
/
testData
/
paramInfo
History
Semyon Proshev
45321db0ac
PY-23625 Fixed: Incorrect default argument value in print() function
...
Escape non-printable characters in parameter's default value.
2017-06-09 17:02:28 +03:00
..
OverloadsAndImplementationInImportedClass
PY-22971 Fixed: Support @typing.overload in regular Python files, not only in Python stubs
2017-05-13 00:17:45 +03:00
OverloadsAndImplementationInImportedModule
PY-22971 Fixed: Support @typing.overload in regular Python files, not only in Python stubs
2017-05-13 00:17:45 +03:00
OverloadsInImportedClass
Return all members that are found inside a class while resolving class member. It is useful in case of class in pyi-stubs.
2017-02-22 15:23:24 +03:00
OverloadsInImportedModule
Add tests for PyParameterInfoHandler about overloads in imported module
2017-02-22 15:23:26 +03:00
OverloadsWithDifferentNumberOfArgumentsInImportedClass
Return all members that are found inside a class while resolving class member. It is useful in case of class in pyi-stubs.
2017-02-22 15:23:24 +03:00
OverloadsWithDifferentNumberOfArgumentsInImportedModule
Add tests for PyParameterInfoHandler about overloads in imported module
2017-02-22 15:23:26 +03:00
BoundMethodReassigned.py
…
BoundMethodSimple.py
…
BoundMethodStatic.py
…
ConstructorFactory.py
…
DoubleNestedArg.py
…
EscapingInDefaultValue.py
PY-23625 Fixed: Incorrect default argument value in print() function
2017-06-09 17:02:28 +03:00
IgnoreNewInOldStyleClass.py
…
InheritedClassInit.py
…
KwdArg.py
…
KwdArgInClass.py
…
KwdArgOutOfOrder.py
…
KwdFunction.py
…
KwdOutOfOrder.py
…
LambdaVariousArgs.py
…
MultilineStringDefault.py
…
MultiResolved.py
PY-22004 Fixed: Show all possible parameter hints when function could be resolved to different locations
2017-01-30 19:58:35 +03:00
NestedArg.py
…
NestedMultiArg.py
…
NoArgs.py
…
NoArgsException.py
…
OverloadsAndImplementationInClass.py
PY-22971 Fixed: Support @typing.overload in regular Python files, not only in Python stubs
2017-05-13 00:17:45 +03:00
PartialNamed.py
…
PartialSimple.py
…
PartialWithList.py
…
Py3kPastTupleArg.py
…
ReassignedClassInit.py
…
ReassignedFunction.py
…
ReassignedInstanceMethod.py
…
ReassignedLambda.py
…
RedefinedNewConstructorCall.py
…
RedefinedNewDirectCall.py
…
SimpleClassFunction.py
…
SimpleFunction.py
…
SimpleLambda.py
…
SimpleMethod.py
…
StarArg.py
…
StarredAndKwdFunction.py
…
StarredFunction.py
…
StarredParam.py
…
StarredParamAndArg.py
…
Staticmethod.py
…
TopLevelOverloadsAndImplementation.py
PY-22971 Fixed: Support @typing.overload in regular Python files, not only in Python stubs
2017-05-13 00:17:45 +03:00
TupleAndNamedArg1.py
…
TupleAndNamedArg2.py
…
TupleArgPlainParam.py
…
TupleParam.py
…
WithoutTypeButWithNoneDefaultValue.py
PY-23055 Fixed: Default value of None is not shown in the parameter info popup
2017-03-14 14:40:06 +03:00
WithSpecifiedType.py
PY-22005 Fixed: Show types in parameter hints
2017-01-25 15:19:35 +03:00