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-02-05 16:36:56 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
01f2a897081e1a5ca2b5236654fb3eeda94de0de
openide
/
python
/
testData
/
paramInfo
History
Semyon Proshev
049680d7cf
Remove
dataclasses.py
from test data after enabling corresponding pyi stub from typeshed
...
GitOrigin-RevId: fbb411d4ee07c3119e9c03892f5b3001d9e44a20
2021-08-19 17:20:30 +00:00
..
DataclassesHierarchyReplace
Remove
dataclasses.py
from test data after enabling corresponding pyi stub from typeshed
2021-08-19 17:20:30 +00:00
DataclassesMixedHierarchyReplace
Remove
dataclasses.py
from test data after enabling corresponding pyi stub from typeshed
2021-08-19 17:20:30 +00:00
DataclassesReplace
Remove
dataclasses.py
from test data after enabling corresponding pyi stub from typeshed
2021-08-19 17:20:30 +00:00
InitializingDataclass
Remove
dataclasses.py
from test data after enabling corresponding pyi stub from typeshed
2021-08-19 17:20:30 +00:00
InitializingDataclassHierarchy
Remove
dataclasses.py
from test data after enabling corresponding pyi stub from typeshed
2021-08-19 17:20:30 +00:00
InitializingDataclassMixedHierarchy
Remove
dataclasses.py
from test data after enabling corresponding pyi stub from typeshed
2021-08-19 17:20:30 +00:00
InitializingDataclassOverridingField
Remove
dataclasses.py
from test data after enabling corresponding pyi stub from typeshed
2021-08-19 17:20:30 +00:00
OverloadsAndImplementationInImportedClass
…
OverloadsAndImplementationInImportedModule
…
OverloadsInImportedClass
…
OverloadsInImportedModule
…
OverloadsWithDifferentNumberOfArgumentsInImportedClass
…
OverloadsWithDifferentNumberOfArgumentsInImportedModule
…
AttrsHierarchyReplace.py
…
AttrsMixedHierarchyReplace.py
…
AttrsReplace.py
…
BoundMethodReassigned.py
…
BoundMethodSimple.py
…
BoundMethodStatic.py
…
CallOperator.py
…
CollectionsNamedTupleReplace.py
…
ConstructorFactory.py
…
DefiningTypedDictTypeAlternativeSyntax.py
…
DoubleNestedArg.py
…
EscapingInDefaultValue.py
…
IgnoreNewInOldStyleClass.py
…
InheritedClassInit.py
…
InitializingAttrs.py
…
InitializingAttrsHierarchy.py
…
InitializingAttrsKwOnlyOnBaseClass.py
…
InitializingAttrsKwOnlyOnClass.py
…
InitializingAttrsKwOnlyOnClassOverridingHierarchy.py
…
InitializingAttrsKwOnlyOnDerivedClass.py
…
InitializingAttrsKwOnlyOnFields.py
…
InitializingAttrsMixedHierarchy.py
…
InitializingAttrsUsingPep526.py
…
InitializingCollectionsNamedTuple.py
Support type inference for cls inside namedtuple's class methods (PY-30870, PY-33140, PY-45473)
2020-11-18 18:45:09 +00:00
InitializingInheritedTypedDictType.py
…
InitializingTypedDictBasedType.py
…
InitializingTypedDictBasedTypeWithTotal.py
…
InitializingTypeVar.py
…
InitializingTypingNamedTuple.py
Support type inference for cls inside namedtuple's class methods (PY-30870, PY-33140, PY-45473)
2020-11-18 18:45:09 +00:00
JustTypingCallable.py
…
KeywordOnlyWithFilledPositional.py
…
KwdArg.py
…
KwdArgInClass.py
…
KwdArgOutOfOrder.py
…
KwdFunction.py
…
KwdOutOfOrder.py
…
LambdaVariousArgs.py
…
MultilineStringDefault.py
…
MultiResolved.py
…
NestedArg.py
…
NestedMultiArg.py
…
NoArgs.py
…
NoArgsException.py
…
NonReferenceCallee.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
…
TopLevelOverloadsAndImplementation.py
…
TupleAndNamedArg1.py
…
TupleAndNamedArg2.py
…
TupleArgPlainParam.py
…
TupleParam.py
…
TypedDictGet.py
…
TypingCallableWithKnownParameters.py
…
TypingCallableWithUnknownParameters.py
…
TypingNamedTupleReplace.py
…
WithoutTypeButWithNoneDefaultValue.py
…
WithSpecifiedType.py
…