|
Xiangiqgame
AI engine for Xiangqi
|
Collects info from command line args out outputs as a dictionary. More...

Public Member Functions | |
| def | __init__ (self) |
| dict[str, Any] | get_args (self) |
Protected Member Functions | |
| def | _attach_args (self) |
Protected Attributes | |
| _parser | |
Collects info from command line args out outputs as a dictionary.
Includes default values for any items not specified in command line args.
Definition at line 276 of file command_input.py.
| def xiangqipy.command_input.XiangqiGameCommandLine.__init__ | ( | self | ) |
Definition at line 283 of file command_input.py.
|
protected |
Definition at line 292 of file command_input.py.
| dict[str, Any] xiangqipy.command_input.XiangqiGameCommandLine.get_args | ( | self | ) |
Definition at line 416 of file command_input.py.
|
protected |
Definition at line 284 of file command_input.py.