MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / __init__

Method __init__

fastdeploy/utils.py:975–976  ·  view source on GitHub ↗
(self, option_strings, dest, **kwargs)

Source from the content-addressed store, hash-verified

973
974class DeprecatedOptionWarning(argparse.Action):
975 def __init__(self, option_strings, dest, **kwargs):
976 super().__init__(option_strings, dest, nargs=0, **kwargs)
977
978 def __call__(self, parser, namespace, values, option_string=None):
979 console_logger.warning(f"Deprecated option is detected: {option_string}, which may be removed later")

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected