AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.eval_cli Namespace Reference

Functions

None _print_help ()
None cmd_eval (list[str] args)

Variables

dict _EVAL_TOOL_VERBS

Function Documentation

◆ _print_help()

None _print_help ( )
protected

Definition at line 20 of file eval_cli.py.

Referenced by cmd_eval().

◆ cmd_eval()

None cmd_eval ( list[str] args)

Definition at line 41 of file eval_cli.py.

References _print_help().

Variable Documentation

◆ _EVAL_TOOL_VERBS

dict aquin.eval_cli._EVAL_TOOL_VERBS
protected
Initial value:
= {
"custom": "eval",
"boundary": "boundary-eval",
"suppress": "suppression-eval",
"suppression": "suppression-eval",
"consistency": "consistency-eval",
}

Definition at line 11 of file eval_cli.py.