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

Function get_command_descriptions

src/test/pybind/test_ceph_argparse.py:35–40  ·  view source on GitHub ↗
(what)

Source from the content-addressed store, hash-verified

33
34
35def get_command_descriptions(what):
36 print ("get_command_descriptions --" + what)
37 CEPH_BIN = os.environ.get('CEPH_BIN', ".")
38 with os.popen(CEPH_BIN + "/get_command_descriptions " + "--" + what) as output_file:
39 output_contents = output_file.read()
40 return output_contents
41
42
43class ParseJsonFuncsigs(unittest.TestCase):

Callers 2

Calls 3

printFunction · 0.85
getMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected