Package org.sonar.python.checks
Class TfPyTorchSpecifyReductionAxisCheck
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.TfPyTorchSpecifyReductionAxisCheck
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.CheckScope, PythonCheck.PreciseIssueNested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.PythonCheck
scanWithoutParsing, scope
-
Field Details
-
AXIS_PARAMETER
- See Also:
-
AXIS_PARAMETER_POSITION
public static final int AXIS_PARAMETER_POSITION- See Also:
-
DIM_PARAMETER
- See Also:
-
NO_POSITIONAL_ARG
public static final int NO_POSITIONAL_ARG- See Also:
-
-
Constructor Details
-
TfPyTorchSpecifyReductionAxisCheck
public TfPyTorchSpecifyReductionAxisCheck()
-
-
Method Details
-
initialize
-