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-05 01:50:56 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
db52d4ec3d4d26b97c1b7a05c54f57deff150ab1
openide
/
python
/
testData
/
inspections
History
…
..
addClassToImportedModule
…
addClassToImportedPackage
…
addClassToModuleInFromImport
…
addClassToPackageInFromImport
…
AddEncodingInDisabledPy3
…
AddEncodingInEnabledPy3
…
addFunctionToModuleInFromImport
…
addFunctionToModuleInImport
…
addFunctionToPackageInFromImport
…
changeSignatureOfExportedBoundMethod
…
EmptyProtocolProperty
…
GoogleDocstringParametersInspection
…
importFromModule
/foo
…
importFromModuleStar
…
InconsistentIndentation
…
InspectionsDisabledInFunctionTypeComments
…
objectBaseIsNotShownInAutoImportQuickfix
…
PyAbstractClassInspection
…
PyArgumentEqualDefaultInspection
…
PyArgumentEqualDefaultInspectionPy3
…
PyArgumentListInspection
…
PyAssignmentToLoopOrWithParameterInspection
…
PyAsyncCallInspection
…
PyAttributeOutsideInitInspection
…
PyAugmentAssignmentInspection
…
PyBroadExceptionInspection
…
PyByteLiteralInspection
…
PyCallingNonCallableInspection
…
PyChainedComparisonsInspection
…
PyChainedComparisonsInspectionWithConstantInTheMiddle
…
PyClassHasNoInitInspection
…
PyClassicStyleClassInspection
…
PyClassVarInspection
/OverrideClassVarWithImplicitThenExplicitMultiFile
…
PyComparisonWithNoneInspection
…
PyCompatibilityInspection
…
PyCompatibilityInspection3K
…
PyDataclassInspection
…
PyDecoratorInspection
…
PyDefaultArgumentInspection
…
PyDictCreationInspection
…
PyDictDuplicateKeysInspection
…
PyDocstringInspection
…
PyDocstringParametersInspection
…
PyDunderSlotsInspection
…
PyExceptClausesOrderInspection
…
PyExceptionInheritInspection
…
PyFinalInspection
…
PyFromFutureImportInspection
…
PyGlobalUndefinedInspection
…
PyInitNewSignatureInspection
…
PyListCreationInspection
…
PyMethodFirstArgAssignmentInspection
…
PyMethodMayBeStaticInspection
…
PyMethodOverridingInspection
…
PyMethodParametersInspection
…
PyMethodParametersInspectionAbstractClassAndStaticMethods
…
PyMethodParametersInspectionClassGetItem
…
PyMethodParametersInspectionInitSubclass
…
PyMissingConstructorInspection
…
PyMissingTypeHintsInspection
…
PyNamedTupleInspection
…
PyNestedDecoratorsInspection
…
PyNonAsciiCharInspection
…
PyNonAsciiCharReferenceInspection
…
PyNoneFunctionAssignmentInspection
…
PyNumpyType
…
PyOldStyleClassesInspection
…
PyOverloadsInspection
…
PyOverridesInspection
…
PyPackageRequirementsInspection
…
PyPep8NamingInspection
…
PyPropertyAccessInspection
…
PyPropertyDefinitionInspection26
…
PyPropertyDefinitionInspection33
…
PyProtectedMemberInspection
…
PyProtocolInspection
…
PyRedeclarationInspection
…
PyRedundantParenthesesInspection
…
PyRelativeImportInspection
…
PySetFunctionToLiteralInspection
…
PyShadowingBuiltinsInspection
…
PyShadowingNamesInspection
…
PySimplifyBooleanCheckInspection
…
PySingleQuotedDocstringInspection
…
PyStatementEffectInspection
…
PyStringFormatInspection
…
PySuperArgumentsInspection
…
PyTestUnpassedFixtureInspection
…
PyTrailingSemicolonInspection
…
PyTupleAssignmentBalanceInspection
…
PyTupleItemAssignmentInspection
…
PyTypeCheckerInspection
…
PyTypedDictInspection
/ImportedTypedDict
…
PyUnboundLocalVariableInspection
…
PyUnnecessaryBackslashInspection
…
PyUnreachableCodeInspection
…
PyUnresolvedReferencesInspection
…
PyUnresolvedReferencesInspection3K
…
PyUnusedLocalInspection
…
returnValueFromInit
…
spelling
…
suppress
…
unusedImport
…
__init__.py
…
AddCallSuper1_after.py
…
AddCallSuper1.py
…
AddCallSuper_after.py
…
AddCallSuper.py
…
AddCallSuperCommentAfterColonPreserved_after.py
…
AddCallSuperCommentAfterColonPreserved.py
…
AddCallSuperCommentsInFunctionBodyPreserved_after.py
…
AddCallSuperCommentsInFunctionBodyPreserved.py
…
AddCallSuperConflictingTupleParam_after.py
…
AddCallSuperConflictingTupleParam.py
…
AddCallSuperKeywordOnlyParamInInit_after.py
…
AddCallSuperKeywordOnlyParamInInit.py
…
AddCallSuperKeywordOnlyParamInSuperInit_after.py
…
AddCallSuperKeywordOnlyParamInSuperInit.py
…
AddCallSuperNoRequiredKeywordOnlyParamAfterSingleStarInSuperInit_after.py
…
AddCallSuperNoRequiredKeywordOnlyParamAfterSingleStarInSuperInit.py
…
AddCallSuperOptionalAndRequiredParamsNameCollision_after.py
…
AddCallSuperOptionalAndRequiredParamsNameCollision.py
…
AddCallSuperPass_after.py
…
AddCallSuperPass.py
…
AddCallSuperRepeatedOptionalParamsPassedToSuperConstructor_after.py
…
AddCallSuperRepeatedOptionalParamsPassedToSuperConstructor.py
…
AddCallSuperRepeatedOptionalTupleParamsPassedToSuperConstructor_after.py
…
AddCallSuperRepeatedOptionalTupleParamsPassedToSuperConstructor.py
…
AddCallSuperRequiredKeywordOnlyParamAfterSingleStarInSuperInitIsMerged_after.py
…
AddCallSuperRequiredKeywordOnlyParamAfterSingleStarInSuperInitIsMerged.py
…
AddCallSuperSelfNameAndAnnotationPreserved_after.py
…
AddCallSuperSelfNameAndAnnotationPreserved.py
…
AddCallSuperSelfNamePreserved_after.py
…
AddCallSuperSelfNamePreserved.py
…
AddCallSuperSingleStarParamInSuperInit_after.py
…
AddCallSuperSingleStarParamInSuperInit.py
…
AddCallSuperSingleStarParamInSuperInitAndVarargInInit_after.py
…
AddCallSuperSingleStarParamInSuperInitAndVarargInInit.py
…
AddCallSuperSingleStarParamPreserved_after.py
…
AddCallSuperSingleStarParamPreserved.py
…
AddCallSuperTypeAnnotationsPreserved_after.py
…
AddCallSuperTypeAnnotationsPreserved.py
…
AddClass_after.py
…
AddClass.py
…
AddClassFixPython3_after.py
…
AddClassFixPython3.py
…
AddClassFromFString_after.py
…
AddClassFromFString.py
…
AddClassFromTypeComment_after.py
…
AddClassFromTypeComment.py
…
AddCls_after.py
…
AddCls.py
…
AddEncoding_after.py
…
AddEncoding.py
…
AddEncodingAtLastLine_after.py
…
AddEncodingAtLastLine.py
…
AddFunctionFromFString_after.py
…
AddFunctionFromFString.py
…
AddFunctionToModule_after.py
…
AddFunctionToModule.py
…
AddGlobalExistingStatement_after.py
…
AddGlobalExistingStatement.py
…
AddGlobalStatement_after.py
…
AddGlobalStatement.py
…
AddImport_after.py
…
AddImport.py
…
AddImportDoc_after.py
…
AddImportDoc.py
…
AddImportDocComment_after.py
…
AddImportDocComment.py
…
AddKwargsToIncompatibleOverridingMethod_after.py
…
AddKwargsToIncompatibleOverridingMethod.py
…
AddKwargsToNewMethodIncompatibleWithInit_after.py
…
AddKwargsToNewMethodIncompatibleWithInit.py
…
AddParameter_after.py
…
AddParameter.py
…
AddParameterNotAvailableInsideAnnotation.py
…
AddSelf_after.py
…
AddSelf.py
…
AddSelfFunction_after.py
…
AddSelfFunction.py
…
AddSelfToClassmethod_after.py
…
AddSelfToClassmethod.py
…
AddToImportFromFoo.py
…
AddToImportFromList_after.py
…
AddToImportFromList.py
…
ArgumentEqualDefault_after.py
…
ArgumentEqualDefault.py
…
AugmentAssignment1_after.py
…
AugmentAssignment1.py
…
AugmentAssignment2_after.py
…
AugmentAssignment2.py
…
AugmentAssignment_after.py
…
AugmentAssignment.py
…
AugmentAssignmentFunction_after.py
…
AugmentAssignmentFunction.py
…
AugmentAssignmentPerc_after.py
…
AugmentAssignmentPerc.py
…
AugmentAssignmentSubscription_after.py
…
AugmentAssignmentSubscription.py
…
AugmentAssignmentWithContext_after.py
…
AugmentAssignmentWithContext.py
…
BatchReplacePrintInsertsFutureImportOnlyOnce_after.py
…
BatchReplacePrintInsertsFutureImportOnlyOnce.py
…
ChainedComparison1_after.py
…
ChainedComparison1.py
…
ChainedComparison2_after.py
…
ChainedComparison2.py
…
ChainedComparison3_after.py
…
ChainedComparison3.py
…
ChainedComparison4_after.py
…
ChainedComparison4.py
…
ChainedComparison5_after.py
…
ChainedComparison5.py
…
ChainedComparison6_after.py
…
ChainedComparison6.py
…
ChainedComparison7_after.py
…
ChainedComparison7.py
…
ChainedComparison8_after.py
…
ChainedComparison8.py
…
ChainedComparison9_after.py
…
ChainedComparison9.py
…
ChainedComparisons_after.py
…
ChainedComparisons.py
…
ChainedComparisonWithCommonBinaryExpression_after.py
…
ChainedComparisonWithCommonBinaryExpression.py
…
ChangeSignatureAddKeywordOnlyParameter_after.py
…
ChangeSignatureAddKeywordOnlyParameter.py
…
ChangeSignatureKeywordAndPositionalParameters_after.py
…
ChangeSignatureKeywordAndPositionalParameters.py
…
ChangeSignatureNewParametersNames_after.py
…
ChangeSignatureNewParametersNames.py
…
ChangeSignatureParametersDefaultValues_after.py
…
ChangeSignatureParametersDefaultValues.py
…
ComparisonWithNone_after.py
…
ComparisonWithNone.py
…
ConvertSingleQuotedDocstring_after.py
…
ConvertSingleQuotedDocstring.py
…
ConvertSingleQuotedDocstringEscape_after.py
…
ConvertSingleQuotedDocstringEscape.py
…
DefaultArgument_after.py
…
DefaultArgument.py
…
DefaultArgumentCommentsInsideParameters_after.py
…
DefaultArgumentCommentsInsideParameters.py
…
DefaultArgumentEmptyList_after.py
…
DefaultArgumentEmptyList.py
…
DictCreation_after.py
…
DictCreation.py
…
DictCreationDuplicate_after.py
…
DictCreationDuplicate.py
…
DictCreationTuple_after.py
…
DictCreationTuple.py
…
DictCreationWithDoubleStars_after.py
…
DictCreationWithDoubleStars.py
…
DocstringParams1_after.py
…
DocstringParams1.py
…
DocstringParams2_after.py
…
DocstringParams2.py
…
DocstringParams_after.py
…
DocstringParams.py
…
EmptyListOfBaseClasses_after.py
…
EmptyListOfBaseClasses.py
…
GoogleDocStringAddKeywordVararg_after.py
…
GoogleDocStringAddKeywordVararg.py
…
GoogleDocStringAddParam_after.py
…
GoogleDocStringAddParam.py
…
GoogleDocStringAddPositionalVararg_after.py
…
GoogleDocStringAddPositionalVararg.py
…
GoogleDocStringRemoveKeywordVararg_after.py
…
GoogleDocStringRemoveKeywordVararg.py
…
GoogleDocStringRemoveParam_after.py
…
GoogleDocStringRemoveParam.py
…
GoogleDocStringRemoveParamWithSection_after.py
…
GoogleDocStringRemoveParamWithSection.py
…
GoogleDocStringRemovePositionalVararg_after.py
…
GoogleDocStringRemovePositionalVararg.py
…
IgnoreShadowingBuiltins.py
…
ImplementAbstractOrder_after.py
…
ImplementAbstractOrder.py
…
ImplementAbstractProperty1_after.py
…
ImplementAbstractProperty1.py
…
ImplementAbstractProperty_after.py
…
ImplementAbstractProperty.py
…
ImportTarget.py
…
ListCreation_after.py
…
ListCreation.py
…
ListCreationOnlyConsecutiveAppends_after.py
…
ListCreationOnlyConsecutiveAppends.py
…
MoveFromFutureImport_after.py
…
MoveFromFutureImport.py
…
MoveFromFutureImportAboveModuleLevelDunder_after.py
…
MoveFromFutureImportAboveModuleLevelDunder.py
…
MoveFromFutureImportDocString_after.py
…
MoveFromFutureImportDocString.py
…
NumpyDocStringRemoveCombinedVarargParam_after.py
…
NumpyDocStringRemoveCombinedVarargParam.py
…
NumpyDocStringRemoveFirstOfCombinedParams_after.py
…
NumpyDocStringRemoveFirstOfCombinedParams.py
…
NumpyDocStringRemoveLastOfCombinedParams_after.py
…
NumpyDocStringRemoveLastOfCombinedParams.py
…
NumpyDocStringRemoveMidOfCombinedParams_after.py
…
NumpyDocStringRemoveMidOfCombinedParams.py
…
QualifyByImport_after.py
…
QualifyByImport.py
…
QualifyByImportFoo.py
…
RedundantParentheses_after.py
…
RedundantParentheses.py
…
RedundantParenthesesBoolean_after.py
…
RedundantParenthesesBoolean.py
…
RedundantParenthesesInTuples_after.py
…
RedundantParenthesesInTuples.py
…
RedundantParenthesesMore_after.py
…
RedundantParenthesesMore.py
…
RedundantParenthesesMultipleParentheses_after.py
…
RedundantParenthesesMultipleParentheses.py
…
RedundantParenthesesParenthesizedExpression_after.py
…
RedundantParenthesesParenthesizedExpression.py
…
RemoveDecorator_after.py
…
RemoveDecorator.py
…
RemoveTrailingSemicolon_after.py
…
RemoveTrailingSemicolon.py
…
RemoveUnsupportedPrefixFromGluedStringNodesInParenthesis_after.py
…
RemoveUnsupportedPrefixFromGluedStringNodesInParenthesis.py
…
RemoveUnsupportedPrefixFromGluedStringNodesWithSlash_after.py
…
RemoveUnsupportedPrefixFromGluedStringNodesWithSlash.py
…
RenameFunctionShadowingBuiltins_after.py
…
RenameFunctionShadowingBuiltins.py
…
RenameShadowingBuiltins_after.py
…
RenameShadowingBuiltins.py
…
RenameToSelf_after.py
…
RenameToSelf.py
…
RenameUnresolvedReference_after.py
…
RenameUnresolvedReference.py
…
ReplaceExecComment_after.py
…
ReplaceExecComment.py
…
ReplaceNotEqOperator_after.py
…
ReplaceNotEqOperator.py
…
ReplacePrint_after.py
…
ReplacePrint.py
…
ReplacePrintComment_after.py
…
ReplacePrintComment.py
…
ReplacePrintEnd_after.py
…
ReplacePrintEnd.py
…
SetFunctionToLiteral_after.py
…
SetFunctionToLiteral.py
…
SimplifyBooleanCheck_after.py
…
SimplifyBooleanCheck.py
…
StatementEffect_after.py
…
StatementEffect.py
…
StatementEffectIntroduceVariable_after.py
…
StatementEffectIntroduceVariable.py
…
TransformClassicClass_after.py
…
TransformClassicClass.py
…
UnnecessaryBackslash_after.py
…
UnnecessaryBackslash.py
…
UnnecessaryBackslashInArguments_after.py
…
UnnecessaryBackslashInArguments.py
…
UnresolvedRefCreateAsyncFunction_after.py
…
UnresolvedRefCreateAsyncFunction.py
…
UnresolvedRefCreateFunction_after.py
…
UnresolvedRefCreateFunction.py
…
UnresolvedRefNoCreateFunction.py
…
UnresolvedRefTrueFalse_after.py
…
UnresolvedRefTrueFalse.py
…