Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
duplicate_code_detection.ReturnCode Class Reference

Enumeration of possible return codes for the application. More...

+ Inheritance diagram for duplicate_code_detection.ReturnCode:
+ Collaboration diagram for duplicate_code_detection.ReturnCode:

Static Public Attributes

int SUCCESS = 0
 
int BAD_INPUT = 1
 
int THRESHOLD_EXCEEDED = 2
 

Detailed Description

Enumeration of possible return codes for the application.

Parameters
SUCCESSIndicates successful operation (value: 0)
BAD_INPUTIndicates invalid input parameters (value: 1)
THRESHOLD_EXCEEDEDIndicates a threshold limit was exceeded (value: 2)

Definition at line 31 of file duplicate_code_detection.py.

Member Data Documentation

◆ BAD_INPUT

int duplicate_code_detection.ReturnCode.BAD_INPUT = 1
static

Definition at line 39 of file duplicate_code_detection.py.

◆ SUCCESS

int duplicate_code_detection.ReturnCode.SUCCESS = 0
static

Definition at line 38 of file duplicate_code_detection.py.

◆ THRESHOLD_EXCEEDED

int duplicate_code_detection.ReturnCode.THRESHOLD_EXCEEDED = 2
static

Definition at line 40 of file duplicate_code_detection.py.


The documentation for this class was generated from the following file: