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-07 05:09:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3316258201caca4ceec92a242d07ef18460f9c22
openide
/
python
/
testData
/
paramInfo
History
Semyon Proshev
3316258201
Provide callable type for dataclass initialization (PY-27398)
...
Add `dataclasses` to stdlib_packages.txt
2018-01-09 14:39:22 +03:00
..
InitializingDataclass
Provide callable type for dataclass initialization (PY-27398)
2018-01-09 14:39:22 +03:00
OverloadsAndImplementationInImportedClass
…
OverloadsAndImplementationInImportedModule
…
OverloadsInImportedClass
…
OverloadsInImportedModule
…
OverloadsWithDifferentNumberOfArgumentsInImportedClass
…
OverloadsWithDifferentNumberOfArgumentsInImportedModule
…
BoundMethodReassigned.py
…
BoundMethodSimple.py
…
BoundMethodStatic.py
…
CallOperator.py
PY-24930 Fixed: False negative: no parameter info when implicitly calling __call__
2017-07-03 17:50:38 +03:00
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
…
InitializingCollectionsNamedTuple.py
PY-4344 Fixed: Parameter unfilled: false negatives for named tuples
2017-06-09 21:29:11 +03:00
InitializingTypingNamedTuple.py
PY-24099 Fixed: False positive: parameter unfilled for NamedTuple with default value
2017-06-09 21:29:12 +03:00
JustTypingCallable.py
Resolve callee to its type and then to its callable if possible.
2017-06-09 21:29:08 +03:00
KwdArg.py
…
KwdArgInClass.py
…
KwdArgOutOfOrder.py
…
KwdFunction.py
…
KwdOutOfOrder.py
…
LambdaVariousArgs.py
…
MultilineStringDefault.py
…
MultiResolved.py
…
NestedArg.py
…
NestedMultiArg.py
…
NoArgs.py
…
NoArgsException.py
…
OverloadsAndImplementationInClass.py
…
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
…
StructuralType.py
Ability to filter types in parameter presentable text (PY-26582)
2017-12-04 19:28:50 +03:00
TopLevelOverloadsAndImplementation.py
…
TupleAndNamedArg1.py
…
TupleAndNamedArg2.py
…
TupleArgPlainParam.py
…
TupleParam.py
…
TypingCallableWithKnownParameters.py
Resolve callee to its type and then to its callable if possible.
2017-06-09 21:29:08 +03:00
TypingCallableWithUnknownParameters.py
Resolve callee to its type and then to its callable if possible.
2017-06-09 21:29:08 +03:00
WithoutTypeButWithNoneDefaultValue.py
…
WithSpecifiedType.py
…