MCPcopy Create free account
hub / github.com/ceph/ceph / ArgumentValid

Class ArgumentValid

src/pybind/ceph_argparse.py:88–92  ·  view source on GitHub ↗

Argument value is otherwise invalid (doesn't match choices, for instance)

Source from the content-addressed store, hash-verified

86
87
88class ArgumentValid(ArgumentError):
89 """
90 Argument value is otherwise invalid (doesn't match choices, for instance)
91 """
92 pass
93
94
95class ArgumentTooFew(ArgumentError):

Callers 12

validMethod · 0.85
validMethod · 0.85
validMethod · 0.85
validMethod · 0.85
validMethod · 0.85
validMethod · 0.85
validMethod · 0.85
validMethod · 0.85
validMethod · 0.85
validateFunction · 0.85
send_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected