1*5f757f3fSDimitry Andric %feature("docstring", 2*5f757f3fSDimitry Andric "Class that represents a format string that can be used to generate " 3*5f757f3fSDimitry Andric "descriptions of objects like frames and threads. See " 4*5f757f3fSDimitry Andric "https://lldb.llvm.org/use/formatting.html for more information." 5*5f757f3fSDimitry Andric ) lldb::SBFormat; 6