Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
tree: 02e3176f66c5da73ceb3edd2fce547d48f08a80e [
path history
]
[
tgz
]
importFromModule/
importFromModuleStar/
InconsistentIndentation/
PyAbstractClassInspection/
PyArgumentEqualDefaultInspection/
PyArgumentListInspection/
PyAssignmentToLoopOrWithParameterInspection/
PyAttributeOutsideInitInspection/
PyAugmentAssignmentInspection/
PyBroadExceptionInspection/
PyByteLiteralInspection/
PyCallByClassInspection/
PyCallingNonCallableInspection/
PyChainedComparisonsInspection/
PyClassHasNoInitInspection/
PyClassicStyleClassInspection/
PyComparisonWithNoneInspection/
PyCompatibilityInspection/
PyDecoratorInspection/
PyDefaultArgumentInspection/
PyDictCreationInspection/
PyDictDuplicateKeysInspection/
PyDocstringInspection/
PyDocstringParametersInspection/
PyExceptClausesOrderInspection/
PyExceptionInheritInspection/
PyFromFutureImportInspection/
PyGlobalUndefinedInspection/
PyInitNewSignatureInspection/
PyListCreationInspection/
PyMethodFirstArgAssignmentInspection/
PyMethodMayBeStaticInspection/
PyMethodOverridingInspection/
PyMethodParametersInspection/
PyMissingConstructorInspection/
PyNestedDecoratorsInspection/
PyNonAsciiCharInspection/
PyNoneFunctionAssignmentInspection/
PyOldStyleClassesInspection/
PyPackageRequirementsInspection/
PyPep8NamingInspection/
PyPropertyAccessInspection/
PyPropertyDefinitionInspection25/
PyPropertyDefinitionInspection26/
PyProtectedMemberInspection/
PyRaisingNewStyleClassInspection/
PyRedeclarationInspection/
PyRedundantParenthesesInspection/
PySetFunctionToLiteralInspection/
PyShadowingBuiltinsInspection/
PyShadowingNamesInspection/
PySimplifyBooleanCheckInspection/
PySingleQuotedDocstringInspection/
PyStatementEffectInspection/
PyStringExceptionInspection/
PyStringFormatInspection/
PyStringFormatInspection1/
PyStringFormatInspectionSlice/
PySuperArgumentsInspection/
PyTrailingSemicolonInspection/
PyTupleAssignmentBalanceInspection/
PyTupleAssignmentBalanceInspection2/
PyTupleAssignmentBalanceInspection3/
PyTupleItemAssignmentInspection/
PyTypeCheckerInspection/
PyUnboundLocalVariableInspection/
PyUnnecessaryBackslashInspection/
PyUnreachableCodeInspection/
PyUnresolvedReferencesInspection/
PyUnresolvedReferencesInspection3K/
PyUnusedLocalFunctionInspection/
PyUnusedLocalVariableInspection/
PyUnusedLocalVariableInspection3K/
PyUnusedVariableTupleUnpacking/
returnValueFromInit/
spelling/
suppress/
unusedImport/
__init__.py
AddCallSuper.py
AddCallSuper1.py
AddCallSuper1_after.py
AddCallSuper_after.py
AddCallSuperAnnotations.py
AddCallSuperAnnotations_after.py
AddCallSuperPass.py
AddCallSuperPass_after.py
AddClass.py
AddClass_after.py
AddCls.py
AddCls_after.py
AddEncoding.py
AddEncoding_after.py
AddFunctionToModule.py
AddFunctionToModule_after.py
AddGlobalExistingStatement.py
AddGlobalExistingStatement_after.py
AddGlobalStatement.py
AddGlobalStatement_after.py
AddImport.py
AddImport_after.py
AddImportDoc.py
AddImportDoc_after.py
AddImportDocComment.py
AddImportDocComment_after.py
AddParameter.py
AddParameter_after.py
AddSelf.py
AddSelf_after.py
AddSelfFunction.py
AddSelfFunction_after.py
AddSelfToClassmethod.py
AddSelfToClassmethod_after.py
AddToImportFromFoo.py
AddToImportFromList.py
AddToImportFromList_after.py
ArgumentEqualDefault.py
ArgumentEqualDefault_after.py
AugmentAssignment.py
AugmentAssignment1.py
AugmentAssignment1_after.py
AugmentAssignment2.py
AugmentAssignment2_after.py
AugmentAssignment_after.py
AugmentAssignmentFunction.py
AugmentAssignmentFunction_after.py
AugmentAssignmentPerc.py
AugmentAssignmentPerc_after.py
AugmentAssignmentSubscription.py
AugmentAssignmentSubscription_after.py
AugmentAssignmentWithContext.py
AugmentAssignmentWithContext_after.py
ChainedComparison1.py
ChainedComparison1_after.py
ChainedComparison2.py
ChainedComparison2_after.py
ChainedComparison3.py
ChainedComparison3_after.py
ChainedComparison4.py
ChainedComparison4_after.py
ChainedComparison5.py
ChainedComparison5_after.py
ChainedComparisons.py
ChainedComparisons_after.py
ComparisonWithNone.py
ComparisonWithNone_after.py
ConvertSingleQuotedDocstring.py
ConvertSingleQuotedDocstring_after.py
ConvertSingleQuotedDocstringEscape.py
ConvertSingleQuotedDocstringEscape_after.py
DefaultArgument.py
DefaultArgument_after.py
DefaultArgumentEmptyList.py
DefaultArgumentEmptyList_after.py
DictComprehensionToCall.py
DictComprehensionToCall_after.py
DictCreation.py
DictCreation_after.py
DictCreationDuplicate.py
DictCreationDuplicate_after.py
DictCreationTuple.py
DictCreationTuple_after.py
DocstringParams.py
DocstringParams1.py
DocstringParams1_after.py
DocstringParams2.py
DocstringParams2_after.py
DocstringParams_after.py
ImportTarget.py
ListCreation.py
ListCreation_after.py
MoveFromFutureImport.py
MoveFromFutureImport_after.py
MoveFromFutureImportDocString.py
MoveFromFutureImportDocString_after.py
QualifyByImport.py
QualifyByImport_after.py
QualifyByImportFoo.py
RedundantParentheses.py
RedundantParentheses_after.py
RedundantParenthesesBoolean.py
RedundantParenthesesBoolean_after.py
RedundantParenthesesMore.py
RedundantParenthesesMore_after.py
RedundantParenthesesParenthesizedExpression.py
RedundantParenthesesParenthesizedExpression_after.py
RemoveDecorator.py
RemoveDecorator_after.py
RemoveTrailingSemicolon.py
RemoveTrailingSemicolon_after.py
RenameFunctionShadowingBuiltins.py
RenameFunctionShadowingBuiltins_after.py
RenameShadowingBuiltins.py
RenameShadowingBuiltins_after.py
RenameToSelf.py
RenameToSelf_after.py
RenameUnresolvedReference.py
RenameUnresolvedReference_after.py
ReplaceNotEqOperator.py
ReplaceNotEqOperator_after.py
ReplacePrint.py
ReplacePrint_after.py
ReplacePrintComment.py
ReplacePrintComment_after.py
ReplacePrintEnd.py
ReplacePrintEnd_after.py
SetFunctionToLiteral.py
SetFunctionToLiteral_after.py
SimplifyBooleanCheck.py
SimplifyBooleanCheck_after.py
StatementEffect.py
StatementEffect_after.py
StatementEffectIntroduceVariable.py
StatementEffectIntroduceVariable_after.py
TransformClassicClass.py
TransformClassicClass_after.py
UnnecessaryBackslash.py
UnnecessaryBackslash_after.py
UnnecessaryBackslashInArguments.py
UnnecessaryBackslashInArguments_after.py
UnresolvedRefCreateFunction.py
UnresolvedRefCreateFunction_after.py
UnresolvedRefNoCreateFunction.py
UnresolvedRefTrueFalse.py
UnresolvedRefTrueFalse_after.py
UnresolvedWith.py
UnresolvedWith_after.py