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

Method validate

fastdeploy/entrypoints/cli/types.py:37–39  ·  view source on GitHub ↗
(self, args: argparse.Namespace)

Source from the content-addressed store, hash-verified

35 raise NotImplementedError("Subclasses should implement this method")
36
37 def validate(self, args: argparse.Namespace) -> None:
38 # No validation by default
39 pass
40
41 def subparser_init(self, subparsers: argparse._SubParsersAction) -> FlexibleArgumentParser:
42 raise NotImplementedError("Subclasses should implement this method")

Callers 3

mainFunction · 0.45
test_validate_methodMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_validate_methodMethod · 0.36