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

Method open_array_section

src/mgr/PyFormatter.cc:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32void PyFormatter::open_array_section(std::string_view name)
33{
34 PyObject *list = PyList_New(0);
35 dump_pyobject(name, list);
36 stack.push(cursor);
37 cursor = list;
38}
39
40void PyFormatter::open_object_section(std::string_view name)
41{

Callers 15

dumpMethod · 0.45
print_summaryMethod · 0.45
dump_export_statesMethod · 0.45
dumpMethod · 0.45
dumpMethod · 0.45
dump_cacheMethod · 0.45
dump_sessionsMethod · 0.45
command_get_subtreesMethod · 0.45
command_dump_treeMethod · 0.45
command_dirfrag_lsMethod · 0.45
command_dump_dirMethod · 0.45
dumpMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected