Lines Matching refs:summary
8 # example summary provider for NSBundle
9 # the real summary is now C++ code built into LLDB
24 # trying to provide anything but a summary for an NSURL, so they need not
117 summary = provider.url_text();
119 summary = None
120 logger >> "got summary " + str(summary)
121 if summary == None or summary == '':
122 summary = '<variable is not NSBundle>'
123 return summary
124 return 'Summary Unavailable'
127 debugger.HandleCommand("type summary add -F NSBundle.NSBundle_SummaryProvider NSBundle")