From e1873736cbf1541df7d24a801c5a5e61a547d28d Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Fri, 19 Jul 2013 17:28:54 +0000 Subject: Add LLDB API reference docs (for Python and C++) llvm-svn: 186697 --- .../lldb.formatters.cache.Cache-class.html | 198 +++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 lldb/www/python_reference/lldb.formatters.cache.Cache-class.html (limited to 'lldb/www/python_reference/lldb.formatters.cache.Cache-class.html') diff --git a/lldb/www/python_reference/lldb.formatters.cache.Cache-class.html b/lldb/www/python_reference/lldb.formatters.cache.Cache-class.html new file mode 100644 index 00000000000..94dd7a18e0a --- /dev/null +++ b/lldb/www/python_reference/lldb.formatters.cache.Cache-class.html @@ -0,0 +1,198 @@ + + + + + lldb.formatters.cache.Cache + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package lldb :: + Package formatters :: + Module cache :: + Class Cache + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class Cache

source code

+ + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self) + source code + +
+ +
+   + + + + + + +
look_for_key(self, + key) + source code + +
+ +
+   + + + + + + +
add_item(self, + key, + value, + ok_to_replace=True) + source code + +
+ +
+   + + + + + + +
get_value(self, + key, + default=None) + source code + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3