Not all things callable have an im_self, so harden the test logic against that. getat...
authorEnrico Granata <egranata@apple.com>
Mon, 17 Nov 2014 19:00:20 +0000 (19:00 +0000)
committerEnrico Granata <egranata@apple.com>
Mon, 17 Nov 2014 19:00:20 +0000 (19:00 +0000)
commit6e0566c6d9a8e4d385e55af31072f192fa6826d4
treeaa4321b252bcc29e4b4ad15265360aa1a2da6409
parent85a429a67a59f692dc452e6f1432e3859043f703
Not all things callable have an im_self, so harden the test logic against that. getattr(,,None) is the closest to ?. we have in Python, so use that

llvm-svn: 222160
lldb/test/lldbtest.py