neuralib.argp.core.parse_args

neuralib.argp.core.parse_args(instance, args=None)[source]

parsing the commandline input args and set the argument attributes.

Parameters:
  • instance (T)

  • args (list[str] | None) – commandline inputs

Returns:

Return type:

T