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

Class ArgumentTooFew

src/pybind/ceph_argparse.py:95–99  ·  view source on GitHub ↗

Fewer arguments than descriptors in signature; may mean to continue the search, so gets a special exception type

Source from the content-addressed store, hash-verified

93
94
95class ArgumentTooFew(ArgumentError):
96 """
97 Fewer arguments than descriptors in signature; may mean to continue
98 the search, so gets a special exception type
99 """
100
101
102class ArgumentPrefix(ArgumentError):

Callers 1

validateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected