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-01 09:04:15 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
feature/open_ide_migration
openide
/
python
/
testData
/
inspections
/
PyArgumentListInspection
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
evgeny.bovykin
and
intellij-monorepo-bot
168627dd16
PY-79816 Support dataclass constructors in PyDataclassTypeProvider#prepareCalleeForTypeCall
...
GitOrigin-RevId: c97b59763b5c2d599cb95fc6efc97f5340843642
2025-06-06 09:44:53 +00:00
..
AnotherMethodIsWrappedIntoStatic
…
AttrFieldAliasParameter
PY-59198 PY-54560 Support "alias" parameter of attr and dataclass_transform fields
2024-09-09 11:34:15 +00:00
BadarglistMultiFile
…
BoundMethodExportedAsTopLevelFunctionImportedWithFromImport
…
BoundMethodExportedAsTopLevelFunctionImportedWithQualifiedImport
…
DataclassesReplace
…
DataclassTransformFieldAliasParameter
PY-59198 PY-54560 Support "alias" parameter of attr and dataclass_transform fields
2024-09-09 11:34:15 +00:00
DeprecatedCall
…
FunctoolsWrapsMultiFile
…
ImportedFunctionDecoratedWithAsyncContextManager
…
ImportedTypedDict
…
InitByDataclassTransformOnBaseClass
PY-77433 Fix resolving qualified names in field_specifiers argument of @dataclass_transform
2024-12-11 16:48:52 +00:00
InitByDataclassTransformOnDecorator
PY-77433 Fix resolving qualified names in field_specifiers argument of @dataclass_transform
2024-12-11 16:48:52 +00:00
InitByDataclassTransformOnMetaClass
PY-77433 Fix resolving qualified names in field_specifiers argument of @dataclass_transform
2024-12-11 16:48:52 +00:00
InitializingDataclass
…
InitializingImportedDataclass
…
InitializingImportedTypingNamedTupleInheritor
…
MetaclassDunderCallReturnTypeIncompatibleWithClassBeingConstructedMultiFile
PY-76885 Conformance test failure: constructors_call_metaclass.py
2025-04-23 19:39:34 +00:00
OverloadsAndImplementationInImportedClass
…
OverloadsAndImplementationInImportedModule
…
ReassignedViaClassMethodInAnotherModule
…
StaticMethodExportedAsTopLevelFunctionImportedWithQualifiedImport
…
TimetupleOnAssertedDate
…
abstractMethod.py
…
args.py
…
badarglist.py
…
badDecorator.py
…
builtinLong.py
…
builtinZip.py
…
callingClassDefinition.py
…
callOperator.py
…
classDecoratedThroughCall.py
…
classDecoratedThroughDecorator.py
…
classMethodMultipleDecorators.py
…
classWith__init__Deconstructed.py
PY-79816 Support dataclass constructors in PyDataclassTypeProvider#prepareCalleeForTypeCall
2025-06-06 09:44:53 +00:00
collectionsNamedTupleReplace.py
…
constructorQualifiedByModule.py
…
decoratedChangedParameters.py
…
decorators.py
…
decoratorsPy3K.py
…
dictFromKeys.py
…
dunderNewCallInDictInheritor.py
…
floatConstructor.py
…
floatFromhex.py
…
functionStoredInInstance.py
…
genericClassExplicitTypeDeconstructed.py
PY-79816 Support dataclass constructors in PyDataclassTypeProvider#prepareCalleeForTypeCall
2025-06-06 09:44:53 +00:00
genericDataclassDeconstructed.py
PY-79816 Support dataclass constructors in PyDataclassTypeProvider#prepareCalleeForTypeCall
2025-06-06 09:44:53 +00:00
genericDataclassExplicitType.py
PY-79816 Support dataclass constructors in PyDataclassTypeProvider#prepareCalleeForTypeCall
2025-06-06 09:44:53 +00:00
genericDataclassExplicitTypeDeconstructed.py
PY-79816 Support dataclass constructors in PyDataclassTypeProvider#prepareCalleeForTypeCall
2025-06-06 09:44:53 +00:00
implicitResolveResult.py
…
inheritedInit.py
…
initializingCollectionsNamedTuple.py
…
initializingDataclassKwOnlyOnClass.py
…
initializingDataclassKwOnlyOnField.py
…
initializingGenericDataclassWithDefaultType.py
PY-78250 Call PyDataclassTypeProvider before PyTypingTypeProvider so that it has a chance to infer the dataclass type first
2025-04-01 12:50:46 +00:00
initializingGenericDataclassWithDefaultTypeNoArgument.py
PY-78250 Call PyDataclassTypeProvider before PyTypingTypeProvider so that it has a chance to infer the dataclass type first
2025-04-01 12:50:46 +00:00
initializingTypeVar.py
…
initializingTypingNamedTuple.py
…
initializingTypingNamedTupleWithDefaultValues.py
…
instanceMethodAsLambda.py
…
kwargsAgainstKeywordOnly.py
…
kwargsMapToNothing.py
…
mismatchedConditionalImplementationsHaveBothTooFewAndTooManyParameters.py
PY-42137 Report incorrect arguments if no overload matches
2024-10-15 22:19:26 +00:00
mismatchedOverloadsHaveBothTooFewAndTooManyParameters.py
PY-42137 Report incorrect arguments if no overload matches
2024-10-15 22:19:26 +00:00
multipleInheritedConstructors.py
…
multipleInheritedConstructorsMRO.py
…
multiResolveWhenAllResultsHaveUnmappedArguments.py
…
multiResolveWhenAllResultsHaveUnmappedParameters.py
…
multiResolveWhenOneResultDoesNotHaveUnmappedArguments.py
…
multiResolveWhenOneResultDoesNotHaveUnmappedParameters.py
…
multiResolveWhenOneResultIsDecoratedFunction.py
…
nestedClass.py
…
objectMethodInPossiblyInheritanceChain.py
…
overloadsAndImplementationInClass.py
…
parameterWithDefaultAfterKeywordContainer2.py
…
parameterWithDefaultAfterKeywordContainer.py
…
positionalOnlyParameters.py
…
propertyReturnsCallable.py
…
py3k.py
…
py1133.py
…
py1268.py
…
py2005.py
…
reassignedMethod.py
…
reassignedViaClassMethod.py
…
slice.py
…
strFormat.py
…
topLevelOverloadsAndImplementation.py
…
tuples.py
…
tupleVsLiteralList.py
…
typedDict.py
…
typedDictAlternativeSyntaxDefinition.py
PY-76812 Conformance test failure: typeddicts_alt_syntax.py
2024-12-19 18:50:44 +00:00
typedDictAlternativeSyntaxUsage.py
…
typedDictKeywordArguments.py
…
typedDictMethods.py
…
typedDictWithInheritance.py
…
typedDictWithTotal.py
…
typingCallableCall.py
…
typingNamedTupleReplace.py
…
unfilledDefaultInBuiltinNext.py
…
unfilledIter2InBuiltinMap.py
…
unfilledIter4InBuiltinZip.py
…
unfilledSentinelInBuiltinIter.py
…
unicodeConstructor.py
…
unresolvedSuperclass.py
…
weakUnionClassMethodParameters.py
…
xRange.py
…